Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.05 KB

Socially blood

A tool that will post the requirement of blood on different social networking sites and it will also be displayed on this web application.

Getting Started

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

Prerequisites

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

Installing

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.