Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 397 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 397 Bytes

Contributing

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install dependencies

    npm install
  3. Start developing

    gatsby develop
  4. Test your changes locally

    gatsby build
    gatsby serve
  5. Deploy to GitHub Pages

    npm run deploy