IN PROGRESS: this demo app is still in progress and isn't ready for use yet.
➡️ Open the demo ⬅️
To build the calendar app, you'll need to have Node.js installed.
Then run:
cd slow-calendarnpm installnpm 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-serverhttp-server public
Then open http://localhost:8080 in your browser.
This demo is used for:
- Added source map support in the Coverage tool in What's New in DevTools (Microsoft Edge 121).