Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 521 Bytes

librecms-api

Installation

npm install

Running

  1. Ensure mongodb is running
  2. Run
  • In development (probably what you want) NODE_ENV=development npm run dev
  • In production (probably not what you want) NODE_ENV=development npm start

Note running hasn't been tested on Windows or Mac. Let us know of any problems by filing an issue.

Bitdeli Badge