This is a Next.js project bootstrapped with create-next-app
.
Run npm install
or yarn install
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Next.js
- Cz-cli
- Typescript
- Unform
- React-toastify
- Yup
- React Icons
- styled-components
- VS Code with EditorConfig and ESLint
This project follows commitizen commit message convention.
Simply run yarn commit
(without the -m flag) and you will be prompted with some options.
Select the type that best fits your changes, specify the scope and write a short description of your commit.