https://github.com/mrseanbaines/gatsby-intro
Following GatsbyJS tutorial
https://github.com/mrseanbaines/gatsby-intro
Last synced: about 1 month ago
JSON representation
Following GatsbyJS tutorial
- Host: GitHub
- URL: https://github.com/mrseanbaines/gatsby-intro
- Owner: mrseanbaines
- License: mit
- Created: 2018-04-09T22:04:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T21:13:57.000Z (about 7 years ago)
- Last Synced: 2025-01-25T07:08:00.282Z (3 months ago)
- Language: CSS
- Size: 137 KB
- 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)