Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanonnicola/lopenlab
Client website powered by Gatsby
https://github.com/zanonnicola/lopenlab
gatsby react website
Last synced: 12 days ago
JSON representation
Client website powered by Gatsby
- Host: GitHub
- URL: https://github.com/zanonnicola/lopenlab
- Owner: zanonnicola
- License: mit
- Created: 2018-04-25T16:43:31.000Z (almost 7 years ago)
- Default Branch: live
- Last Pushed: 2023-04-20T19:48:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T11:49:02.961Z (2 months ago)
- Topics: gatsby, react, website
- Language: JavaScript
- Homepage:
- Size: 60.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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
npm run develop
```