https://github.com/jakepartusch/jakeandkatrina
https://github.com/jakepartusch/jakeandkatrina
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakepartusch/jakeandkatrina
- Owner: JakePartusch
- License: mit
- Created: 2018-04-08T23:01:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T01:39:29.000Z (about 7 years ago)
- Last Synced: 2025-12-26T17:40:14.233Z (5 months ago)
- Language: JavaScript
- Size: 36.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
npm run develop
```
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)