Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 652 Bytes

Development Enviroment Setup

Install Instructions:

  • NodeJS:

    • Download node from the official website
    • Can be any version (preferrably v18.16.0)
  • pnpm:

    • Windows: Run powershell as administrator and run iwr https://get.pnpm.io/install.ps1 -useb | iex
    • Linux: Open terminal and run curl -fsSL https://get.pnpm.io/install.sh | sh -

Tech Stack

  • ReactJS
  • Vanilla CSS along with flexbox

Workflow

  • Pushing to the main branch is disabled.
  • All changes must be made through a pull request.
  • All pull requests created by you should be should be for the dev branch only.