blob: eb2a12df5984bcab5d032a4290464e4a5bf0b87c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<p align="center">
<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>
## 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 which
you run run `npm run build:dev`, and in another you run `npm start`.
|