Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 725 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 725 Bytes

Renting-System-Frontend

Development

  • Fork and Clone the local repository
git clone <your-url>
  • Add your local repository as origin
git remote add origin <your-url>
  • Add this repository as upstream
git remote add upstream https://github.com/RentingSystemSE/Renting-System-Frontend.git
  • To sync your local repository with central repository
git pull upstream main
  • You need Node & Yarn to start the development environment. Download them here - Node, Yarn.

  • Install Packages using:

yarn install
  • Run the Development server using:
yarn start
  • For Production build:
yarn build