https://github.com/atomantic/presentation_dch_water
Duwamish Cohousing Emergency Planning Committee Water Presentation
https://github.com/atomantic/presentation_dch_water
Last synced: over 1 year ago
JSON representation
Duwamish Cohousing Emergency Planning Committee Water Presentation
- Host: GitHub
- URL: https://github.com/atomantic/presentation_dch_water
- Owner: atomantic
- Created: 2014-07-02T04:45:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T05:51:20.000Z (almost 12 years ago)
- Last Synced: 2025-02-01T03:43:01.599Z (over 1 year ago)
- Language: CSS
- Size: 6.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duwamish Cohousing Emergency Water
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## View slides on Github Pages
[View Slides](http://atomantic.github.io/presentation_dch_water)
## 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
```