https://github.com/strugee/cryptoparty-seattle
Slideshow for CryptoParty Seattle
https://github.com/strugee/cryptoparty-seattle
Last synced: 5 months ago
JSON representation
Slideshow for CryptoParty Seattle
- Host: GitHub
- URL: https://github.com/strugee/cryptoparty-seattle
- Owner: strugee
- Created: 2014-08-17T23:32:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T22:57:10.000Z (over 8 years ago)
- Last Synced: 2025-10-12T23:39:52.277Z (9 months ago)
- Language: HTML
- Homepage: https://strugee.github.io/cryptoparty-seattle
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoParty Seattle
> 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
```