Update readmes (#449)

This commit is contained in:
Jonathan Zernik 2020-11-11 16:23:23 -05:00 committed by GitHub
parent 284916bbdb
commit d8ff4d3627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -2,8 +2,6 @@
Node for Squeak protocol
## Run
### Run with docker:
##### Requirements

View file

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