Skip to content

opensavannah/labs-home

 
 

Repository files navigation

NYC Planning Labs Website

planninglabs.nyc built with Gatsby.js

image

How you can help

In the spirit of free software, everyone is encouraged to help improve this project. Here are some ways you can contribute.

  • Comment on or clarify [issues](link to issues)
  • Report [bugs](link to bugs)
  • Suggest new features
  • Write or edit documentation
  • Write code (no patch is too small)

Requirements

You will need the following things properly installed on your computer.

Local development

  • Clone this repo git clone [email protected]:NYCPlanning/labs-planninglabs-home.git
  • Navigate to the project directory cd labs-planninglabs-home
  • Run yarn to install dependencies
  • gatsby develop — Gatsby will start a hot-reloading development environment accessible at localhost:8000. Edit the javascript pages in src/pages. Saved changes will live reload in the browser.
  • gatsby build — Gatsby will perform an optimized production build for your site generating static HTML and per-route JavaScript code bundles.
  • gatsby serve — Gatsby starts a local HTML server for testing your built site.

Backend services

Deployment

This project can be deployed on any static web server.

  • Deploy via Dokku using npm run deploy

Contact us

You can find us on Twitter at @nycplanninglabs, or comment on issues and we'll follow up as soon as we can. If you'd like to send an email, use [email protected]

About

Planning Labs Static Website built with Gatsby.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • CSS 32.1%
  • Shell 0.4%