This is partial code for the website for the TINS GameJam
I'm slowly migrating the old multi-page django-based website to a new single page application backed by a django-based API. As I migrate page by page, they will appear in this repository.
To run this (partial) website
npm install
npm run dev
Then browse to http://localhost:8080/static/
This code is open source according to the MIT License. See: LICENSE