https://github.com/eggheadio/egghead-devlog
https://github.com/eggheadio/egghead-devlog
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-devlog
- Owner: eggheadio
- License: mit
- Created: 2018-05-15T23:36:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T18:44:12.000Z (about 8 years ago)
- Last Synced: 2024-12-28T11:12:07.023Z (over 1 year ago)
- Language: CSS
- Size: 171 KB
- Stars: 0
- Watchers: 3
- 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)
# egghead-devlog