Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusinto/gatsby.yusinto.github.io
Gatsby project for reactjunkie.com
https://github.com/yusinto/gatsby.yusinto.github.io
Last synced: 13 days ago
JSON representation
Gatsby project for reactjunkie.com
- Host: GitHub
- URL: https://github.com/yusinto/gatsby.yusinto.github.io
- Owner: yusinto
- License: mit
- Created: 2018-08-08T05:50:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T17:17:19.000Z (5 months ago)
- Last Synced: 2024-06-03T20:00:34.129Z (5 months ago)
- Language: JavaScript
- Size: 12.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
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
[![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)