Running the project¶
This section lists commands to run the various parts of the project.
All commands should be used from the projects source directory.
Before Running
Make sure you have a valid .env
file in the projects source directory before running. This file contains all the secret keys and is not included in the repository.
Flutter App¶
make flutter-run
- run app (debug mode)
Web Application¶
make next-dev
- start in development mode
make next-production
- start in production mode
Documentation (requires python)¶
make pip-install
- install python requirements for documentation server
make docs
- starts local documentation server
Last update:
December 22, 2022