diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ <p align="center"> - <img src="public/icons/res/mipmap-xxxhdpi/ic_launcher.png" alt="" width="192px" height="192px"> + <img src="src/client/static/icons/res/mipmap-xxxhdpi/ic_launcher.png" alt="" width="192px" height="192px"> </p> <h1 align="center">Metis Rooster - <a href="http://rooster.hetmml.nl/">rooster.hetmml.nl</a></h1> <blockquote align="center">The search engine of the MML Schedule page</blockquote> -![Screenshot of page](https://noahloomans.com/assets/projects/rooster.hetmml.nl.png/) +## Setup + +First, ensure you have node.js version 8 installed. + +To build the code in develop mode, run `npm run build:dev`. To build the code +for production, run `npm run build`. To start the server simply run +`npm start`. + +This means that you probably want to open two terminal windows, in one of the +two runs `npm run build:dev`, and another runs `npm start`. |