add npm install in documentation

This commit is contained in:
Peter Cai 2020-04-12 19:33:06 +08:00
parent 2f5e901089
commit 6d8ace64f2
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 5 additions and 4 deletions

View File

@ -22,10 +22,11 @@ Deployment
===
1. Complete all configuration files according to the sections below (otherwise the project won't build)
2. Run `wrangler publish` to upload to Cloudflare Workers
3. Set up correct routes in Cloudflare control panel
4. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below)
5. Publish!
2. Run `npm install --development` to install webpack and other node build dependencies.
3. Run `wrangler publish` to upload to Cloudflare Workers
4. Set up correct routes in Cloudflare control panel
5. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below)
6. Publish!
Note that all configuration and themes will be included statically in the final binary. To modify any of them, you will need to re-run `wrangler publish` to rebuild the entire program.