Navigation Menu

Skip to content

csgpro/csgpro.com

Repository files navigation

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