From dd1e8c1fc0f1526c5a11a4c7aac1b482d50678aa Mon Sep 17 00:00:00 2001 From: slice Date: Tue, 12 Jun 2018 14:57:25 -0700 Subject: [PATCH] add instructions --- frontend/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/README.md diff --git a/frontend/README.md b/frontend/README.md new file mode 100644 index 0000000..974165b --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,13 @@ +# elstat frontend + +install dependencies: + +```sh +$ yarn +``` + +to build for production: + +```sh +$ yarn build +```