Skip to content

sohammondal/montro.life

Repository files navigation

Next JS TypeScript Styled Components ESLint Prettier Husky Commitizen Lint-Staged

Getting Started

First, install the node_modules:

yarn

Second, setup husky:

yarn husky install

Third, run the development server:

yarn dev
# or
yarn dev:debug

Open http:https://localhost:3000 with your browser to see the result.

Contributing

Checkout a new branch from staging

git checkout -b my-feat-branch

Make some changes & stage them

git add .

Add new commit (use the below command instead of git commit command)

yarn cm