Front end code + minimal express server for mannys.game.
For full documentation and examples, visit mannys.game/docs.
you know the vibes:
cp .env.example .env
fill out your .env variables and then:
npm startYou should now be able to visit the app at http://localhost:3000.
You may notice some pages that depend on server data wont load correctly, so to fix this run the dummy server in a new terminal:
npm start-serverIf you're interested in contributing, please read the contributing docs before submitting a pull request.