Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschau/gatsby-7885
Repro of scroll working
https://github.com/dschau/gatsby-7885
gatsby reproduction
Last synced: about 1 month ago
JSON representation
Repro of scroll working
- Host: GitHub
- URL: https://github.com/dschau/gatsby-7885
- Owner: DSchau
- License: mit
- Created: 2018-09-05T20:00:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T20:00:27.000Z (over 6 years ago)
- Last Synced: 2024-11-12T18:47:17.504Z (3 months ago)
- Topics: gatsby, reproduction
- Language: CSS
- Size: 206 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
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)