Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 817 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 817 Bytes

Pinkbombs

Getting Started

2. Install dependencies

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

yarn install

3. Run the development server

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.

4. Build and test

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

5. Commit Message Convention

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