Setup and use

Install

npm install

Development

npm run dev

Tech stack

  • next.js
  • react
  • chakra-ui

Code style

  • Use eslint and prettier to lint and format the source code.

  • Use commitlint to check and format the commit message.

Setup the settings for vscode which format the file on save.

When git commit, use husky and lint-staged to check the type, lint and format the source code, and also check the format for git commit message

recommend vscode extensions

Git commit message conventions

ref: here

Road map

  • ESLint
  • Prettier
  • Commitlint
  • Dockerize
  • github-actions