mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Update readmes (#449)
This commit is contained in:
parent
284916bbdb
commit
d8ff4d3627
2 changed files with 8 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Node for Squeak protocol
|
||||
|
||||
## Run
|
||||
|
||||
### Run with docker:
|
||||
|
||||
##### Requirements
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue