npm i --force
npm run dev
- create a sub dir in packages
- add that dir in packages.js
- add that dir in jest.config.js,so you can write unit test.
- add that dir in playwright.config.js, so you can run e2e test.
- add that dir in build.js order by alphabetical
npm run test-unit
npm run test-e2e-chromium
npm run release
MeogicWhiteboard is MIT licensed.