Skip to content

📆 The awesome web app that supports awesome events

License

Notifications You must be signed in to change notification settings

sinfo/eventdeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eddb249 Â· Dec 1, 2020
Feb 15, 2017
Jun 21, 2019
Dec 1, 2020
Nov 1, 2014
Jun 21, 2019
Jun 21, 2019
Nov 9, 2014
Dec 1, 2020
Dec 1, 2020
Feb 18, 2015
Sep 16, 2016
Nov 27, 2018
Dec 1, 2020
Dec 1, 2020
Sep 26, 2016
Sep 16, 2016
Sep 3, 2018

Repository files navigation

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