/gatsby-blog

Primary LanguageCSSBSD Zero Clause License0BSD

Gatsby

COMET - Front End Workshop with Gatsby

A simple blog created using Gatsby's hello-world-starter as a template.

🚀 Quick start

  1. How to run

    Use the Gatsby CLI to create a new site, specifying the hello-world starter.

    npm run develop
  2. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-hello-world-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── content
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md