https://github.com/zuiidea/gatsby-v2-jslingui
Gatsby v2 with jslingui
https://github.com/zuiidea/gatsby-v2-jslingui
Last synced: 4 months ago
JSON representation
Gatsby v2 with jslingui
- Host: GitHub
- URL: https://github.com/zuiidea/gatsby-v2-jslingui
- Owner: zuiidea
- License: mit
- Created: 2018-08-22T14:40:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T02:41:32.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T05:43:28.938Z (6 months ago)
- Language: CSS
- Homepage: https://gatsby-v2-jslingui.surge.sh
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)