This frontend bible is a collection of best practices, guidelines and tips for frontend development. It is a living document that will be updated as we learn more about frontend development.
- Clone the repo
- Create a new branch
- Make your changes
- Create a pull request
- Wait for review
- Profit
pnpm run dev
The application uses eslint
. The configuration is in .eslintrc.js
.
Run pnpm run lint
to lint the code. It will automatically fix linting issues.