https://github.com/lastmjs/educell-website
https://github.com/lastmjs/educell-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lastmjs/educell-website
- Owner: lastmjs
- License: mit
- Created: 2018-08-11T21:33:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T05:07:07.000Z (about 6 years ago)
- Last Synced: 2025-01-19T22:50:32.758Z (5 months ago)
- Language: CSS
- Size: 6.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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)