This is the frontend web app for UniLabs Inventory Management System
Make sure you have npm installed.
$ git clone https://github.com/UniLabsIMS/UniLabs-Web.git
$ cd UniLabs-WebIntall dependencies
npm installTo run the app
npm startCheckout main and pull changes
git checkout main
git pullcheckut to a new branch
git checkout -b feature/<feature_name>install missing dependancies
npm installStart and run the app.
npm startPull updates your local main branch
git checkout main
git checkout pullUpdate the required branch
git checkout <your_branch>
git merge mainStart the app
npm install