Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.38 KB

EventDeck

![Gitter](https://badges.gitter.im/Join Chat.svg)

Build Status Dependency Status devDependency Status Codacy Badge Issues In Progress

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 [email protected]: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