Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomhazledine/a-question-of-code
A static site for the A Question of Code podcast, built with Eleventy
https://github.com/tomhazledine/a-question-of-code
Last synced: 25 days ago
JSON representation
A static site for the A Question of Code podcast, built with Eleventy
- Host: GitHub
- URL: https://github.com/tomhazledine/a-question-of-code
- Owner: tomhazledine
- Created: 2020-03-29T13:04:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T15:31:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T11:53:14.500Z (2 months ago)
- Language: Nunjucks
- Homepage: https://aquestionofcode.com
- Size: 16.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aquestionofcode.com: built with 11ty
* `npm run test` runs any Jest tests found in the `tests` dir. It also generates a coverage report (currently only looking at files within `src/js/helpers`)
* `npm run build` generates a production build.
* `npm run build_dev` generates a development build.* `npm run dev` Watches the assets for changes.
* `npm run 11ty` Serves the project at [http://localhost:8001](http://localhost:8001).