Our hackaton frontend in Tambov
Use following commands:
# clone the repository
git clone [email protected]: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
yarn format
yarn lint
Do not push direct into main. Insead, use pull requests