Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 463 Bytes

CMS

Crisis Management System for NTU CZ3003 Software Systems Analysis and Design

Installation

  1. Download & install Meteor 1.4+
  2. Clone this repository
  3. Create api-key.json file in private/ directory with format like this
  4. Install required npm modules
    $ meteor npm install
  5. Run the web application
    $ meteor run