Skip to content

Gaurav-Verma07/spiffy

Repository files navigation

1. Install dependencies

It is encouraged to use pnpm so the husky hooks can work properly.

pnpm install

2. Run the development server

You can start the server using this command:

pnpm dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.

3. Commit Message Convention

This starter is using conventional commits, it is mandatory to use it to commit changes.