https://github.com/strugee/presentation-pumpio
https://github.com/strugee/presentation-pumpio
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strugee/presentation-pumpio
- Owner: strugee
- License: cc-by-sa-4.0
- Created: 2016-04-19T22:13:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T00:59:20.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T23:39:56.870Z (9 months ago)
- Language: HTML
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pump.io + Community = ♥
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## 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. [Gulp](http://gulpjs.com): `$ npm install -g gulp`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```