Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 588 Bytes

The Frontend Bible

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.

How can I help?

  1. Clone the repo
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for review
  6. Profit

Commands

Running the project locally

pnpm run dev

Linting

The application uses eslint. The configuration is in .eslintrc.js.

Run pnpm run lint to lint the code. It will automatically fix linting issues.