Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).