This project was started with Next.js
To install all dependencies run yarn install or yarn
at the root
yarn run dev
will open on localhost:3000 on your browser
- Typescript - Type checking. Learn more at TS website.
- Airbnb Style Eslint & Prettier - Readability. Learn more at Eslint website and Prettier website
- Husky & Lint-staged - Git Hooks. Learn more at Husky website and Lint-staged Documentation
- Styled-components - CSS. Learn more at SC website
- Jest and React Testing Library for test. Learn more at Jest and React Testing Library
To make a commit must be used a following rule:
git commit -m "*type*: commit-message"
- Where type is: [
build
,chore
,ci
,docs
,feat
,fix
,perf
,refactor
,revert
,style
,test
] - And commit-message must be written in lower-case.
- Fetch/pull the Develop Branch
- Create a Branch based on your issue name
- e.g - Branch name is task/kw
- e.g - Branch name is bug/kw
- Once done push your branch to origin and submit a PR to the Develop branch for review 😘