Update readme.md
This commit is contained in:
parent
1a7937208d
commit
94c2867b62
1 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,8 @@ Contributions in all forms (code, bug reports, community engagenment, cash money
|
||||||
```
|
```
|
||||||
git clone git@github.com:GridSpace/grid-apps.git
|
git clone git@github.com:GridSpace/grid-apps.git
|
||||||
npm i
|
npm i
|
||||||
npm start
|
git install -g @gridspace/app-server
|
||||||
|
gs-app-server --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
to start a local instance of the apps. then open
|
to start a local instance of the apps. then open
|
||||||
|
|
@ -52,10 +53,9 @@ this git repo requires symbolic link support. on Windows, this means you have to
|
||||||
### Other Start Options
|
### Other Start Options
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run-script start-secure
|
gs-app-server
|
||||||
```
|
```
|
||||||
serves code as obfuscated, compressed bundles. this is the mode used to run on a public
|
serves code as obfuscated, compressed bundles. this is the mode used to run on a public
|
||||||
web site, so you can't use "localhost" to test. to accommodate this, alias "debug" to 127.0.0.1
|
web site.
|
||||||
then access the apps from http://debug:8080/
|
|
||||||
|
|
||||||
requires node.js 12+
|
requires node.js 12+
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue