Development Guide
#
Setting upThis assumes you're using vscode and will want to use the debugging tools for the backend. If you're not using vscode then skip the launch.json section.
#
Project LayoutClone the repo:
Create the config directory for the sqlite db:
#
Requirements#
Install the backend requirements#
Install the frontend requirements#
Setup a launch.json (optional)in the root directory create a .vscode folder and paste the following launch.json:
.vscode/launch.json
#
Run everythingStart the backend using the run button in the debugging tab in vscode or manually run it. Then for the frontend run the following from inside the frontend folder:
#
Script:Here is an untested script that basically combines everything except for the launch.json stuff:
Then just use the "Run Everything section above