keeners / techmeet

MIT License
3 stars 1 forks source link

techmeet

CircleCI Code style: black

Techmeet is a little project for organizing technical meetups and other events. It's super basic right now and is meant as a playground for developing a Django app with React.

To get it up and running use the Makefile with docker shortcuts:

make up

To enter the containers:

make enter
make enter_frontend

To run the tests:

make test

To lint:

make lint
make lint_frontend