An app to display a beautiful event schedule fetching information from Google Calendar
- NodeJS
- NPM
- Clone the repository
- run
npm install
- run
cp config.js.sample config.js - fill
config.jsfile with your credentials
- run
npm run dev - check the dev server at localhost:8080
- run
npm run production