- Install dependencies.
yarn
- Install pip dependencies.
pip install -r requirements.txt
- Start Postgres (TODO: Explain config)
- Start the Flask backend.
python manage.py run
- Start the React frontend.
yarn start
To produce the production-ready minified bundle:
yarn build
Visit http://localhost:9000
in your broswer. 😁
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Make sure that all the tests and linting still pass:
./test_all.sh
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT