https://github.com/strugee/presentation-just-do-it
https://github.com/strugee/presentation-just-do-it
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strugee/presentation-just-do-it
- Owner: strugee
- License: cc-by-sa-4.0
- Created: 2015-10-05T05:40:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T07:00:56.000Z (over 10 years ago)
- Last Synced: 2025-10-29T20:11:54.111Z (8 months ago)
- Language: HTML
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Do It
> 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
```