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.
- Host: GitHub
- URL: https://github.com/colingourlay/campjs-mercury-presentation
- Owner: colingourlay
- Created: 2015-05-23T06:51:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T07:02:14.000Z (about 10 years ago)
- Last Synced: 2025-03-26T11:51:05.478Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 656 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 devThis 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`.