Skip to content

RentingSystemSE/Renting-System-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published