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 +```