Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanseddon/spaces-talk
Super serious talk on why spaces are the best and you're an idiot if you use tabs
https://github.com/ryanseddon/spaces-talk
Last synced: 30 days ago
JSON representation
Super serious talk on why spaces are the best and you're an idiot if you use tabs
- Host: GitHub
- URL: https://github.com/ryanseddon/spaces-talk
- Owner: ryanseddon
- Created: 2014-08-27T10:08:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-27T10:12:38.000Z (about 10 years ago)
- Last Synced: 2024-05-01T23:08:06.968Z (7 months ago)
- Language: JavaScript
- Homepage: http://ryanseddon.github.io/spaces-talk/
- Size: 1.84 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaces or why you're a horrible meat sack if you use tabs
> 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
```