- Clone this repos and
git checkout dev npm iornpm ci, andnpm outdated- Edit
docs/va99.js(NOTdist/va99.js!!!) anddocs/index.html - Run
npm run http - Open
http://127.0.0.1:3000/and check - Edit version in
package.jsonif need - Run
npm run maketo makedist/va99.* - Edit
docs/index.htmlandREADME.mdto append changes, and commit - Release and deploy if need
npm publishgit tag -s v$(jq -r .version package.json) -m ''git push && git push origin --tags
- Merge to master branch in https://github.com/ayamada/va99