Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/nodebots-at-scale
https://github.com/mcollina/nodebots-at-scale
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcollina/nodebots-at-scale
- Owner: mcollina
- Created: 2015-12-03T09:36:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T16:09:28.000Z (about 9 years ago)
- Last Synced: 2024-10-06T01:49:30.652Z (3 months ago)
- Language: HTML
- Size: 33.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocktail Robots
> 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
```