diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-01-29 17:00:33 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-01-29 17:00:33 +0100 |
commit | 8eb575ec0833e8b2f95cef67297aa4ffa3a115c9 (patch) | |
tree | 30ba947d32b98f9680856df489b65775313ccfda | |
parent | 694580bc532239a32c2fbf61d7f09e793fd1cb11 (diff) |
Update 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`. |