https://github.com/akatopo/presentation-devstaff-tools
https://github.com/akatopo/presentation-devstaff-tools
bespoke docs gestures gifs presentation zsh
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akatopo/presentation-devstaff-tools
- Owner: akatopo
- License: isc
- Created: 2016-09-08T13:16:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T11:22:06.000Z (about 9 years ago)
- Last Synced: 2025-01-28T11:40:20.119Z (10 months ago)
- Topics: bespoke, docs, gestures, gifs, presentation, zsh
- Language: JavaScript
- Homepage: https://akatopo.github.io/presentation-devstaff-tools
- Size: 6.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tools: #⃣, 📚, 🎞, and 🖖
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
Created for the September [DevStaff meet up](http://www.meetup.com/DevStaff-A-Developer-Community-Gathering-In-Crete) series of lightning talks.
## 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-cli`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```