- clone project
- install dependencies
npm i
- Run dev server with watch mode
npm run dev
- Run unit test with watch mode
npm run test:watch
- Run linter
npm run lint
- Config GITHUB_TOKEN in .env
see release-it doc
- Run automated release
npm run release
- Publish plugin with figma
see figma doc
- NodeJS minimal version 21.6.2