Skip to content

sh4hids/gatsby-starter-open-sourcerer

Repository files navigation

gatsby-starter-open-sourcerer

Quick Start

  1. Create a site

Use gatsby-cli to bootstrap a new site:

gatsby new my-site https://github.com/sh4hids/gatsby-starter-open-sourcerer

For gatsby v3:

gatsby new my-site https://github.com/sh4hids/gatsby-starter-open-sourcerer.git#gatsby-v3
  1. Start development server

Navigate to the site directory and start the development server:

cd my-site
gatsby develop
  1. See the kit in action

Open http://localhost:8000 in your browser to see your site in action or visit http://localhost:8000/___graphql to check the graphql playground.

  1. Start hacking

Open the current directory in your favorite code editor and start hacking the kit. All the necessary instructions can be found here.

Available commands

  • npm start or npm run develop - will run develop server
  • npm run build - will create production build
  • npm run serve - will run the production build
  • npm run clean - will clear cache and other build files
  • npm run format - will format code using prettier

Related projects