- 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