Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 374 Bytes

File metadata and controls

17 lines (13 loc) · 374 Bytes

README

Development Dependencies

  • Node
  • GatsbyJS

Setup

  • Clone repository
  • run npm install

Local Development

  • Run gatsby develop to start the development environment on port 8000

Build

  • Run gatsby build which will generate an optimized and production ready version of the site
  • gatsby serve will start a local HTML server for testing the built site