It is encouraged to use yarn so the husky hooks can work properly.
yarn install
You can start the server using this command:
yarn dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx
.
Run the followed command:
- Build the project:
yarn build
- Launch linter:
yarn lint:strict
- Launch Typecheck:
yarn typecheck
- Launch Prettier:
yarn format:check
- Launch Jest:
yarn test
This starter is using conventional commits, it is mandatory to use it to commit changes.