https://github.com/ascorbic/image-utils-demo
https://github.com/ascorbic/image-utils-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascorbic/image-utils-demo
- Owner: ascorbic
- License: 0bsd
- Created: 2020-11-20T13:26:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T11:55:26.000Z (about 5 years ago)
- Last Synced: 2025-05-26T00:11:33.999Z (8 months ago)
- Language: TypeScript
- Size: 695 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`!