Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 990 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 990 Bytes

Tambov frontend

Our hackaton frontend in Tambov

Contents

  1. Tech stack
    1. Dependencies
  2. Getting started
    1. Requirements
    2. Install
  3. Contribute

Tech stack

Dependencies

  1. TaiwindCSS
  2. Shadcn-UI
  3. Lucida Icons

Getting Started

Requirements

  • node.js and npm
  • git

Install

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

Contribute

Follow this steps to make this repo clean

  1. Always do extra check for code style before committing, using:
yarn format
yarn lint
  1. Use conventional commits

  2. Do not push direct into main. Insead, use pull requests