NOTE: This repo has been modified to split up the backend and frontend projects. The backend repo is here and the merged version of the repo is here
Frontend project for WIP inventory management system that is being developed for Medshare
Clone the repo and install all dependencies:
git clone https://github.com/GTBitsOfGood/medshare
cd medshare
npm install
Afterwards, copy .env.example
to .env
and configure the environment variables.
Start development server:
npm start