https://github.com/devgeeks/crypton-melbjs-111220130-slides
Slides for my talk on Crypton (http://crypton.io) at MelbJS, Dec 2013
https://github.com/devgeeks/crypton-melbjs-111220130-slides
Last synced: about 1 year ago
JSON representation
Slides for my talk on Crypton (http://crypton.io) at MelbJS, Dec 2013
- Host: GitHub
- URL: https://github.com/devgeeks/crypton-melbjs-111220130-slides
- Owner: devgeeks
- Created: 2013-12-11T12:42:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T13:18:49.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T05:24:22.211Z (over 1 year ago)
- Language: JavaScript
- Size: 559 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypton
### Giving privacy to the internet
**Slides for my talk on Crypton (http://crypton.io) at MelbJS, Dec 2013**
Available to view at: [http://devgeeks.github.io/Crypton-MelbJS-111220130-slides/](http://devgeeks.github.io/Crypton-MelbJS-111220130-slides/)
> 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. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`
Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```