Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.14 KB

File metadata and controls

24 lines (16 loc) · 1.14 KB

One love web client CircleCI Stories in Ready

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.

Requirements and development setup

  • 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

Running

Run npm install to install dependencies and npm start to compile all the files and lift a development server.

Contributing to One Love

We will happily accept pull requests that conform to our Contributing guidelines