Skip to content

wisemen-digital/frontend-bible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.