add instructions

This commit is contained in:
slice 2018-06-12 14:57:25 -07:00
parent 5aa93ab47a
commit dd1e8c1fc0
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 13 additions and 0 deletions

13
frontend/README.md Normal file
View File

@ -0,0 +1,13 @@
# elstat frontend
install dependencies:
```sh
$ yarn
```
to build for production:
```sh
$ yarn build
```