A tool that will post the requirement of blood on different social networking sites and it will also be displayed on this web application.
These instructions will get you a copy of the project up and running on your local machine for development. ReactJS is used for front end development
You need to have nodejs and npm installed on your system
- To install nodejs via package manager
- Install firebase and firebase tools
npm install firebase
npm install firebase-tools
Clone project locally
Install dependencies via npm
npm install
Once packages are installed go app directory and install dependencies for app
cd app
npm install
To run the application
npm start
This command should run webpack dev server
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.