/big-sched-emf24

An inofficial grid schedule viewer for EMF camp 2024 talks showing a column per stage

Primary LanguageSvelteMIT LicenseMIT

Big Sched

This is an inofficial viewer for the EMF Camp 2024 schedule.

By default this shows the public schedule from the JSON feed.

To highlight your favourites, copy the JSON feed URL from https://www.emfcamp.org/favourites and run the app locally (assuming you're on a Mac/Linux and have git and Node.JS installed):

git clone https://github.com/kristianhentschel/big-sched-emf24.git && cd big-sched-emf24
npm install
FAVES_URL=https://www.emfcamp.org/favourites.json?token=xxxx-xxxxxxxxxxxxxxxxxxxx npm run dev

If you want to change it up, the layout and style (HTML-ish, JavaScript, SCSS) is mainly in ScheduleView.svelte.