/schedule-calendar

KCHUNG Radio broadcast schedule calendar 🗓

Primary LanguageJavaScript

KCHUNG Radio Schedule Calendar

The broadcast calendar for KCHUNG Radio.

https://kchungradio-schedule-calendar.now.sh

For now, this is embedded in an iframe at http://www.kchungradio.org/schedule.html.

Run locally

Make sure the Schedule API is running locally.

git clone this repository.

Install dependencies and run:

yarn
yarn dev

Or alternatively:

npm install
npm run dev

Contributing

Make your changes, create a Pull Request, wait for it to be merged.

Deploy it to the cloud with now:

now kchungradio/schedule-calendar