- Vite
- React
- Chakra UI (emotion)
- React Icons
- React hook form
Install Yarn if you do not have it already:
npm install --global yarn
CD into the root project folder if you are not already in there and install the dependencies using the following:
yarn
Run in development mode:
yarn dev
Or run the preview of the built project:
yarn build # and then
yarn preview
Run linting with the following command:
yarn lint
Configuration is defined in the eslintrc.cjs
Configuration for prettier is in .prettierrc
yarn test