This was a submission for JS13K 2022. It's not under active development. There's a retrospective on the project here on my blog.
To get a development environment running:
npm install
in the project directorynpm run dev
to run locallyIf you want to deploy a version of the game:
npm build
to create a builddist
dir to a static site host (e.g. Netlify/GitHub pages).