Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 478 Bytes

Unhashed Frontend

Packages used

  • React
  • Tailwindcss

Installation

Clone the repo, then in the root directory run npm install.

Rules to be followed.

  • Only use npm for the project. Avoid using yarn as using both package managers at the same time causes issues.
  • No one will push directly to main branch.
  • Create branch with your name or with the name of the feature you are working on.
  • Follow branch naming guidelines, and commit naming guidelines.