If you want to request for a new feature, you may open an issue and tell me what you want.
If possible, attach a screenshot or an image to help me understand.
If you want to report a bug, you may open an issue.
If possible, please include steps to reproduce the bug.
If you want to contribute to this project, fork the project first, and then clone the project and make changes on your own repository,
Once you pushed into your own repository, you may open a pull request.
- Ensure you have Node.js 18+ and npm 10+ installed.
- Install dependencies with
npm install(ornpm ci). - Use the npm scripts (
npm run dev,npm run test,npm run lint,npm run build) to work locally.
The project standardizes on npm; please avoid using Bun, pnpm, or yarn so that the single
package-lock.jsonstays the source of truth.