mathieudutour / gatsby-digital-garden

🌷 🌻 🌺 Create a digital garden with Gatsby

Home Page:https://mathieudutour.github.io/gatsby-digital-garden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby And Digital Garden

A set of packages to create a digital garden with Gatsby.

An example site for leveraging all of them is at https://mathieudutour.github.io/gatsby-digital-garden/.

πŸš€ Quick start

Quickly get started using the Gatsby garden theme! This starter creates a new Gatsby site that is preconfigured to work with the Gatsby garden theme.

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the garden theme starter.

    # create a new Gatsby site using the garden theme starter
    gatsby new my-digital-garden https://github.com/mathieudutour/gatsby-starter-digital-garden
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-digital-garden/
    gatsby develop
  3. Open the code and start customizing!

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

    To get started, check out the guide to using a Gatsby theme, or the longer, more detailed tutorial.

About

🌷 🌻 🌺 Create a digital garden with Gatsby

https://mathieudutour.github.io/gatsby-digital-garden

License:MIT License


Languages

Language:JavaScript 51.7%Language:TypeScript 37.5%Language:CSS 10.9%