Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 654 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 654 Bytes

capp

CircleCI Code style: black

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