Requisites:
- Node.js
- Git
Usage:
- git clone https://github.com/EdaoX/roguelike
- cd roguelike
- npm install
- One of the following
- npm run build : Build the project and output bundle.js to dist/js
- npm run dev : Starts the server for developement. Visit localhost:8080 to test