From d8ff4d3627db868ff02ab3363ed9795c99147c13 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Wed, 11 Nov 2020 16:23:23 -0500 Subject: [PATCH] Update readmes (#449) --- README.md | 2 -- frontend/README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 + ```