add instructions
This commit is contained in:
parent
5aa93ab47a
commit
dd1e8c1fc0
1 changed files with 13 additions and 0 deletions
13
frontend/README.md
Normal file
13
frontend/README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# elstat frontend
|
||||||
|
|
||||||
|
install dependencies:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ yarn
|
||||||
|
```
|
||||||
|
|
||||||
|
to build for production:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ yarn build
|
||||||
|
```
|
Loading…
Reference in a new issue