Capp is a little project for organizing conference requests for proposals. 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