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

https://github.com/jdgregson/jdgregson.com

jdgregson.com source code
https://github.com/jdgregson/jdgregson.com

Last synced: about 1 year ago
JSON representation

jdgregson.com source code

Awesome Lists containing this project

README

          

# jdgregson.com
This is the source code of [jdgregson.com](https://jdgregson.com), my website built using [Stardust](https://github.com/jdgregson/Stardust).

## How to build
Install dev dependencies:
- Needs NodeJS > 14.0
- `npm install`

Build jdgregson.com:
- Run a one-time build: `npm run build`
- Build and watch: `npm run build-watch`