Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 280 Bytes

Requirements:

  • Install Gatsby per requirements.
  • Run yarn to install dependencies

Start development server:

`gatsby develop`

Create a production build:

`gatsby build`

Serve the production build locally:

`gatsby serve`