This is the goopy, goopy code!
In order to develop you need both Python and Node.js
Create a virtual environment for the project and activate it.
$ python3 -m venv venv-fnf
$ . ./venv-fnf/bin/activate
Install the development requirements:
$ pip install -r requirements-dev.txt
Create a Node.js environment from the frozen lockfile:
$ npm ci
Run the Django server:
$ DJANGO_DEBUG=True python3 ./manage.py runserver
The application will serve and the prompt won't return. If you want to compile the JavaScript resources:
$ npm run build
Now you can edit the files in src/