An open API service indexing awesome lists of open source software.

https://github.com/colingourlay/campjs-mercury-presentation

An interactive slide deck for my CampJS V presentation on https://github.com/Raynos/mercury, which also serves as an example mercury app.
https://github.com/colingourlay/campjs-mercury-presentation

Last synced: about 2 months ago
JSON representation

An interactive slide deck for my CampJS V presentation on https://github.com/Raynos/mercury, which also serves as an example mercury app.

Awesome Lists containing this project

README

        

# Elements of Mercury

An interactive slide deck for my CampJS V presentation on [mercury](https://github.com/Raynos/mercury), which also serves as an example mercury app.

You can view the presentation at [eom.surge.sh](http://eom.surge.sh).

# Getting started

$ npm install
$ npm run dev

This will build the project, start a local server, then watch for local changes.

Have a look at the `scripts` in `package.json` for more dev/build/dist options.

To advance slides, use the right key, enter key or spacebar. To go back, press the left key. On touchscreens, swipe left and right to navigate. If you press escape, you can toggle the settings pane, this lets you change the slide transition theme, and whether demos show their state diff logs.

Slide content is in `src/scripts/slides/content.js`.