Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 944 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 944 Bytes

EventDeck

Build Status Dependency Status devDependency Status

EventDeck is a tool being built at SINFO to help us manage everything related to our events.

The backend is based on hapi, and the frontend initially was Angular but we're rebuilding it using Ampersand.js.

Installation:

  1. Clone the repo: git clone git@github.com:sinfo/eventdeck.git
  2. Enter the directory: cd eventdeck
  3. Install the dependencies: npm install or npm i
  4. Set the environment variables used on config.js
  5. Start the server: npm start