After pulling down the repo in the directory you can either use VSCode to make a virtual environment or use the following command
make environmentAfter the environment is made you can source the environment on Linux or Windows. This is the Linux command
source ./.venv/bin/activateNow install dependencies
make requirementsNow you can run the app
make startIf you mess with the javascript file you need to restart the server. The nice gui server doesn't watch js files. Only python files