https://github.com/stamen/bluegreenway
Maps and events along SF's Blue Greenway
https://github.com/stamen/bluegreenway
Last synced: 19 days ago
JSON representation
Maps and events along SF's Blue Greenway
- Host: GitHub
- URL: https://github.com/stamen/bluegreenway
- Owner: stamen
- License: isc
- Created: 2015-09-04T21:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T20:05:57.000Z (over 3 years ago)
- Last Synced: 2025-01-18T08:54:44.932Z (3 months ago)
- Language: JavaScript
- Size: 46.9 MB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blue Greenway
Maps and events along SF's Blue Greenway
More info: ["The Long-Awaited Transformation of SF’s Southeast Waterfront"](http://www.spur.org/blog/2015-03-25/long-awaited-transformation-sf-s-southeast-waterfront)

## Running
1. Clone the project and `cd` into the project folder.
2. `nvm use` to fire up the right Node version.
3. `npm install`
4. `npm start`
## Deploying to studio.stamen.com
```
npm run dist
scp -prq ./dist/. studio.stamen.com:www/lake-tahoe/show/latest/ (or YYYY-MM-DD)
```## Deploying to GitHub pages (production)
`npm run gh-deploy`
### GitHub Pages setup
The CDN-backed production version of the site is running on GitHub Pages, directed to http://bluegreenway.org/ via a [`CNAME` file](https://github.com/stamen/bluegreenway/blob/gh-pages/CNAME). The deploy script uses [`git-directory-deploy`](https://www.npmjs.com/package/git-directory-deploy) to push only `dist/` to the `gh-pages` branch.