Developer documentation is still been worked on.
Activate your virtual environment and run the following commands.
pip install -e ".[testing]"
make migrate
make load
Run the testing app.
make run
If you wish to alter the css or javascript.
nvm use
npm install
npm run build