Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 540 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 540 Bytes

schedule-app

An app to display a beautiful event schedule fetching information from Google Calendar

Requirements

  1. NodeJS
  2. NPM

Setting up the project

  1. Clone the repository
  2. run npm install

Setting app credentials

  1. run cp config.js.sample config.js
  2. fill config.js file with your credentials

Development server with live-reload

  1. run npm run dev
  2. check the dev server at localhost:8080

Building the website to production

  1. run npm run production