aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 09f5f64dc6e161b554e348cb1e99374fba0aff6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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`.

## BrowserStack

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

[<img src=".github/browserstack.png" alt="" width="200px">](http://browserstack.com/)