An open API service indexing awesome lists of open source software.

https://github.com/hpprc/gatsby-starter-skeleton-blog

All-in-one skeleton blog
https://github.com/hpprc/gatsby-starter-skeleton-blog

gatsby-blog gatsby-starter gatsbyjs mdx pwa react typesctipt

Last synced: 3 months ago
JSON representation

All-in-one skeleton blog

Awesome Lists containing this project

README

        

# gatsby-starter-skeleton-blog

[![Netlify Status](https://api.netlify.com/api/v1/badges/e3f95f77-729d-4536-87de-f507758ba7f9/deploy-status)](https://app.netlify.com/sites/gatsby-starter-skeleton-blog/deploys)

All-in-one skelton blog.

## Recomendations

- node.js
`version: 13.2.0`
- yarn
`version: 19.2.0`

## Get Started

1. install node modules

```
$ yarn
```

2. start development server

```
$ yarn start
```

thanks to:
[https://qiita.com/Takepepe](https://qiita.com/Takepepe/items/144209f860fbe4d5e9bb)
[https://www.lekoarts.de/](https://www.lekoarts.de/)
[LekoArts/gatsby-themes](https://github.com/LekoArts/gatsby-themes)