Commit 94b0c796 by Torkel Ödegaard Committed by GitHub

Update README.md

Simplified build instructions i
parent 6edc945e
...@@ -45,23 +45,17 @@ For this you need nodejs (v.6+). ...@@ -45,23 +45,17 @@ For this you need nodejs (v.6+).
```bash ```bash
npm install -g yarn npm install -g yarn
yarn install --pure-lockfile yarn install --pure-lockfile
npm run build
```
To rebuild frontend assets (typescript, sass etc) as you change them start the watcher via.
```bash
npm run watch npm run watch
``` ```
Run tests Run tests
```bash ```bash
npm run test npm run jest
``` ```
Run tests in watch mode Run karma tests
```bash ```bash
npm run watch-test npm run karma
``` ```
### Recompile backend on source change ### Recompile backend on source change
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment