Our hackaton frontend in Tambov
- TaiwindCSS
- Shadcn-UI
- Lucida Icons
- node.js and npm
- git
Use following commands:
# clone the repository
git clone git@github.com:InTeam-Russia/hack-frontend.git
cd hack-frontend
# install yarn
npm i -g yarn
# setup project
yarn
yarn dev
Follow this steps to make this repo clean
- Always do extra check for code style before committing, using:
yarn format
yarn lint
-
Do not push direct into main. Insead, use pull requests