Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomhazledine/a-question-of-code-gatsby
Gatsby site for "A Question of Code" podcast
https://github.com/tomhazledine/a-question-of-code-gatsby
gatsby
Last synced: about 1 month ago
JSON representation
Gatsby site for "A Question of Code" podcast
- Host: GitHub
- URL: https://github.com/tomhazledine/a-question-of-code-gatsby
- Owner: tomhazledine
- License: mit
- Created: 2018-11-28T22:15:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T03:00:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T11:53:14.480Z (3 months ago)
- Topics: gatsby
- Language: JavaScript
- Homepage: https://aquestionofcode.com/
- Size: 8.86 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [deprecated] A Question of Code: Gatsby build
Static site for the *A Question of Code* podcast: [aquestionofcode.com](https://aquestionofcode.com/)
Build using the Gatsby static site generator (so we can do fun React stuff and *still* only deliver flat HTML to visitors).
## Setup
Install dependencies with `npm install`
Start development environment with `gatsby develop`