Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augbog/gatsby-fehh
Trying out Gatsby with Frontend Happy Hour site
https://github.com/augbog/gatsby-fehh
Last synced: 3 days ago
JSON representation
Trying out Gatsby with Frontend Happy Hour site
- Host: GitHub
- URL: https://github.com/augbog/gatsby-fehh
- Owner: augbog
- License: mit
- Created: 2018-05-29T17:34:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T17:35:11.000Z (over 6 years ago)
- Last Synced: 2024-11-02T01:05:06.483Z (about 2 months ago)
- Language: CSS
- Size: 171 KB
- Stars: 0
- Watchers: 2
- 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
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)