Skip to content

Wolfr/svelte-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte slides

A basic setup for browser based presentations using Svelte.

Credits

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'.

Running the project

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploy

npm install -g now cd public && now deploy --name svelteslides --prod -A ../now.json

About

A basic setup for starting a presentation with Svelte based templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published