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.
- Clone the repo:
git clone [email protected]:sinfo/eventdeck.git
- Enter the directory:
cd eventdeck
- Install the dependencies:
npm install
ornpm i
- Set the environment variables used on
config.js
- Start the server:
npm start