maintaining.md
Run yarn dev in one terminal tab to start watch mode, and in another tab, run yarn start to launch Kap.
We strongly recommend installing an XO editor plugin for JavaScript linting and a Stylelint editor plugin for CSS linting. Both of these support auto-fix on save.
(You can do all the steps on github.com)
Draft a new releasev, in the Tag version field (Example: v2.0.0)Release title field blankSave draftversion here to the new version and use the version number as the commit title (Example: 2.0.0)Edit on the release, and then click Publish releasebeta branch: git checkout betamain branch: git pull --rebase origin mainversion number in package.jsongit add . && git commit --amendbeta branch: git push --forcegit tag -a "v2.0.0-beta.3" -m "v2.0.0-beta.3" && git push --follow-tagsThis is a pre-release, and press Publish release