Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markdalgleish/bespoke-remote-prototype
Prototype presentation for bespoke-remote
https://github.com/markdalgleish/bespoke-remote-prototype
Last synced: 23 days ago
JSON representation
Prototype presentation for bespoke-remote
- Host: GitHub
- URL: https://github.com/markdalgleish/bespoke-remote-prototype
- Owner: markdalgleish
- Created: 2013-08-15T14:39:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T16:03:11.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T23:14:08.160Z (7 months ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - markdalgleish/bespoke-remote-prototype - Prototype presentation for bespoke-remote (others)
README
# bespoke-remote prototype
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bepsoke](https://github.com/markdalgleish/generator-bespoke)## Watch this
![Bespoke Remote Gif Video Preview](http://d.pr/i/J3VP+)
You can also [watch this on youtube](http://www.youtube.com/watch?v=Tl6xg314M9M)
(sorry for the stutter in gif and on youtube, but my old macbook can't seem to
handle 3 windows with CSS3 transforms properly ;-))Please note that this is only a prototype, intended to spawn plugins for Bespoke.js and Connect.
The detailed README can be found [here](bespoke-remote/)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server --remote
```