Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janianttonen/personal-site-2018
https://janianttonen.com
https://github.com/janianttonen/personal-site-2018
Last synced: 11 days ago
JSON representation
https://janianttonen.com
- Host: GitHub
- URL: https://github.com/janianttonen/personal-site-2018
- Owner: JaniAnttonen
- License: mit
- Created: 2018-05-29T10:59:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:48:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T06:18:39.455Z (27 days ago)
- Language: CSS
- Homepage:
- Size: 7.93 MB
- Stars: 0
- 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
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)