Skip to content

Latest commit

History

History
33 lines (23 loc) 路 661 Bytes

README.md

File metadata and controls

33 lines (23 loc) 路 661 Bytes

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