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

View file

@ -22,10 +22,11 @@ Deployment
=== ===
1. Complete all configuration files according to the sections below (otherwise the project won't build) 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 2. Run `npm install --development` to install webpack and other node build dependencies.
3. Set up correct routes in Cloudflare control panel 3. Run `wrangler publish` to upload to Cloudflare Workers
4. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below) 4. Set up correct routes in Cloudflare control panel
5. Publish! 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. 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.