diff --git a/README.md b/README.md index 2f5025ba..277cbed5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Node for Squeak protocol -## Run - ### Run with docker: ##### Requirements diff --git a/frontend/README.md b/frontend/README.md index 5ce07a2a..9ad33ac5 100755 --- a/frontend/README.md +++ b/frontend/README.md @@ -26,6 +26,10 @@ $ npm install $ REACT_APP_SERVER_PORT=12994 npm start ``` +Or run the following instead: + ``` + $ make rundev + ``` ## Build for production @@ -39,3 +43,7 @@ ``` $ cp -r build/ ../squeaknode/admin/webapp/static/ ``` +Or run the following instead: + ``` + $ make build + ```