Skip to content
Snippets Groups Projects
Commit d37404c2 authored by Karel Hala's avatar Karel Hala
Browse files

Add getting started guide

parent a5b33adc
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,28 @@
* AIR api base: `https://muniair-f106.restdb.io`
* SUN api base: `https://munisun-d71a.restdb.io`
* TEMP api base: `https://munitest-16ae.restdb.io`
# Getting started
1) Install [node.js](https://nodejs.org/en/download/) on your machine
2) Optional, but recommended: install yarn by running `npm install --global yarn`
3) Install dependencies
By NPM
```
npm install
```
Or by yarn
```
yarn
```
4) Update `src/auth_config.json` with your variables
5) Run the application
By npm
```
npm start
```
Or by yarn
```
yarn start
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment