Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 211 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 211 Bytes

Setup

$ npm install -g gatsby-cli
$ npm install

Development

$ gatsby develop

Production

$ gatsby build
$ gatsby serve

Deployment

$ gatsby build
$ npm run-script deploy