From 8eb575ec0833e8b2f95cef67297aa4ffa3a115c9 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 29 Jan 2018 17:00:33 +0100 Subject: Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a104e..d9dac31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@

- +

Metis Rooster - rooster.hetmml.nl

The search engine of the MML Schedule page
-![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`. -- cgit v1.1