aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e02a8c5659bb5bc6904b842897da9d8164020803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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`.
Alternatively, you can run `npm run dev` to run the `start` and `build:dev`
scripts at the same time.

## BrowserStack

Shoutout to [BrowserStack](http://browserstack.com/) for letting us test for free on mobile devices and IE/Edge!

[![BrowserStack](.github/browserstack.png)](http://browserstack.com/)