Space Game Version
Synposis: You are having a reactor issue in the midst of an asteroid field. Time to get the heck out! But you have to manage your unstable reactor as you dodge asteroids! Multi-tasking!
$ docker-compose run node npm install . $ docker-compose up
- Build script doesn't refresh changes to index.html, so you have to restart it or manually copy it to dist/ if you change it
- Since gokart.js is very alpha, and i am dogfooding it, it is set up as a submodule. After you install everything:
cd node_modules/ rm -rf gokart.js ln -s ../gokart.js
- With submodule setup VSCode likes to reference '../gokart.js/...' on auto-import, need to get rid of the relative '..' to work on netlify!