Skip to content

meogic-tech/meogic-whiteboard

Repository files navigation

MeogicWhiteboard

中文文档

For developing

npm i --force
npm run dev

how to add a new module

  1. create a sub dir in packages
  2. add that dir in packages.js
  3. add that dir in jest.config.js,so you can write unit test.
  4. add that dir in playwright.config.js, so you can run e2e test.
  5. add that dir in build.js order by alphabetical

how to run test

npm run test-unit
npm run test-e2e-chromium

how to publish

npm run release

License

MeogicWhiteboard is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published