Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewsommer/mattsommer.io
Source code repository for Matt Sommer's personal website
https://github.com/matthewsommer/mattsommer.io
ajax angularjs css html javascript jekyll rest
Last synced: 11 days ago
JSON representation
Source code repository for Matt Sommer's personal website
- Host: GitHub
- URL: https://github.com/matthewsommer/mattsommer.io
- Owner: matthewsommer
- License: mit
- Created: 2018-01-01T03:38:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T22:05:35.000Z (9 months ago)
- Last Synced: 2024-10-11T13:28:55.434Z (about 1 month ago)
- Topics: ajax, angularjs, css, html, javascript, jekyll, rest
- Language: JavaScript
- Homepage: https://mattsommer.io
- Size: 56.6 MB
- Stars: 1
- Watchers: 1
- 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
```Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```