A basic setup for browser based presentations using Svelte.
This codebase was started based on pngwn's work for Bristech 2019 presentation. I started modifying this to my needs.
Here are some of his notes:
They are designed only for desktop and are really designed to work woth Chrome's full-screen mode (ctrl+cmd+f on a mac) although this only matters for one or two slides.
You can move forward by pressing the right arrow key, you can't step backwards through the animations but you can navigate back in the borwser to go to a previous 'screen'.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000.
To create an optimised version of the app:
npm run build
npm install -g now
cd public && now deploy --name svelteslides --prod -A ../now.json