We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478ce9d + fdff872 commit b1aa07eCopy full SHA for b1aa07e
README.md
@@ -51,12 +51,12 @@ If using a local install instead of docker:
51
* copy `render_app.conf.dist` to `render_app.conf` and make any desired modifications
52
* copy `conf/pg_config.yml` to `lib/PG/pg_config.yml` and make any desired modifications
53
* install third party JavaScript dependencies
54
- * `cd private/`
55
- * `npm install`
+ * `cd public/`
+ * `npm ci`
56
* `cd ..`
57
* install PG JavaScript dependencies
58
* `cd lib/PG/htdocs`
59
60
* start the app with `morbo ./script/render_app` or `morbo -l http://localhost:3000 ./script/render_app` if changing
61
root url
62
* access on `localhost:3000` by default or otherwise specified root url
0 commit comments