Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 913 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 913 Bytes

CSG Pro Website

Commitizen friendly Build Status NSP Status

Running Locally

To run the application you need to have node v6.7.0.

The database needs to be restored and you'll need to create a settings.json file in the root of the project. See settings.sample.json.

Prerequisites

  1. Node v6.7.0 or higher
  2. Restore database backup
  3. Rename sample.env to .env & set appropriate values

Open Terminal & Run:
npm start

Then open your browser to http://localhost:3000