This is ReactJS based web client for One Love project.
You will most likely need One Love's backend server. Follow the instructions from link in order to get it running.
- Node.js
- GNU Linux and Mac OS X users should get it from their respective package managers. For Mac OS X, homebrew is recommended.
- Windows uses can download installer from Node.js download page.
- Once you have node.js installed, run
npm install
to install all dependencies
Run npm install
to install dependencies and npm start
to compile all the
files and lift a development server.
We will happily accept pull requests that conform to our Contributing guidelines