Thank you for your interest in contributing to HTML Flip Book!
Clone the repository:
git clone https://github.com/DoradSoft/html-flip-book.git
cd html-flip-book
Install dependencies:
npm install
Install pre-commit hooks:
pip install pre-commit
pre-commit install
Start development:
npm run dev
| Task | Command |
|---|---|
| Build | npm run build |
| Unit Tests | npm test |
| E2E Tests | npm run test:e2e |
| Lint & Format | npx biome check --write . |
| Generate Docs | npm run docs |
mastercd base && npm version patch --no-git-tag-version
cd ../react && npm version patch --no-git-tag-version
By contributing, you agree that your contributions will be licensed under the MIT License.