mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
18 lines
375 B
Markdown
18 lines
375 B
Markdown
# Contributing
|
|
|
|
Use the following commands to set up, build, and release.
|
|
|
|
## Set up
|
|
|
|
* `npm install` to install dependencies.
|
|
|
|
## Developing locally
|
|
|
|
* `npm run watch:firefox`
|
|
* `npm run watch:chrome`
|
|
|
|
## Releasing
|
|
|
|
* Set a new version in `package.json`
|
|
* Run `./scripts/build_prod.sh`
|
|
* A gulp task `manifest` will copy the version from `package.json` to `manifest.json`
|