Eventer (temporary name) is a collection of versatile event management tools made for Thai event organizers.
- Set up Database
- Set up Biome
- Set up lint-staged
- Set up vitest
- Set up CI/CD
- Set up playwright
This project uses Biome for linting and formatting, with lint-staged to ensure code quality on commits.
- Linting & Formatting:
bun run lint- Check code style and format - Lint Staged Files:
bun run lint-staged- Run linting/formatting on staged files only
The pre-commit hook automatically runs lint-staged to format and lint only the files you've staged for commit, ensuring consistent code quality without slowing down your workflow.
