Make sure you have Node.js >= v18.15.0 installed (see nvm):
npm install
Start development mode:
npm run start
That should bring you to http://localhost:3000 with a hot-reload React app.
Edit files at src/ to see live updates.
The gameplay so far is very simple.
- Press left or right arrows to switch lanes in 3D mode
- Press space bar to switch to 2D mode
- Press up arrow to jump
npm run build
git commit ...
git tag 0.x.x
git push
npm publish