Skip to content

autocomic/website

Repository files navigation

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