Skip to content

lochie/mannys-game

 
 

Repository files navigation

mannys-game

Front end code + minimal express server for mannys.game.

Documentation

For full documentation and examples, visit mannys.game/docs.

Quick Start

you know the vibes:

cp .env.example .env

fill out your .env variables and then:

npm start

You 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-server

Contributing

If you're interested in contributing, please read the contributing docs before submitting a pull request.

About

Front end code + minimal express server for mannys.game

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.5%
  • Other 0.5%