https://github.com/changoman/jadegarden
https://github.com/changoman/jadegarden
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/changoman/jadegarden
- Owner: ChangoMan
- License: mit
- Created: 2019-03-24T19:45:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T01:06:30.000Z (over 6 years ago)
- Last Synced: 2025-01-22T12:45:42.050Z (over 1 year ago)
- Language: CSS
- Size: 5.11 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-default
The default Gatsby starter.
For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```
And run from your CLI:
```sh
gatsby new gatsby-example-site
```
Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)