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.js
file with your credentials
- run
npm run dev
- check the dev server at localhost:8080
- run
npm run production