Browse Source

add dev instruction to documentation

pull/342/head
Édouard Lopez 7 years ago
parent
commit
53c342dc90
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      readme.md

+ 6
- 0
readme.md View File

@@ -14,6 +14,12 @@
npm install
npm test

## Dev

npm run dev
Then open [http://0.0.0.0:8080/](http://0.0.0.0:8080/).

## Build

npm run build


Loading…
Cancel
Save