IN PROGRESS: this demo app is still in progress and isn't ready for use yet.
To build the calendar app, you'll need to have Node.js installed.
Then run:
cd slow-calendar
npm install
npm run build
The build app will be in the public
directory.
To run the app locally, use a local web server like http-server:
npm install -g http-server
http-server public
Then open http://localhost:8080 in your browser.