An open API service indexing awesome lists of open source software.

https://github.com/ascorbic/image-utils-demo


https://github.com/ascorbic/image-utils-demo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          



Gatsby



Minimal starter for installing recipes

Note that this starter does not include any pages by default.

This starter is meant as a minimal reproduction of a Gatsby project in order to facilitate recipe installation.

## 🚀 Quick start

1. **Create a Gatsby site.**

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

```shell
# create a new Gatsby site using the minimal starter
gatsby new my-site https://github.com/gatsbyjs/gatsby-starter-minimal
```

2. **Start developing.**

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

```shell
cd my-site/
gatsby develop
```

3. **Open the code and start customizing!**

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