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

https://github.com/sambaldwin/project-hub

A simple, single-use project hub made with Eleventy
https://github.com/sambaldwin/project-hub

Last synced: about 1 month ago
JSON representation

A simple, single-use project hub made with Eleventy

Awesome Lists containing this project

README

        

# Project hub

A simple [project hub](https://24ways.org/2013/project-hubs/) built with [Eleventy](https://11ty.dev).

Usage:

1. Clone into a new, named, directory:

```shell
git clone https://github.com/sambaldwin/project-hub project-name
```

2. `cd` into new directory and delete `.git/`:

```shell
rm -rf .git
```

3. `npm i`

License TBC

Test images sourced from [PUB DOM or DIE](https://pubdomordie.club).

With thanks to [Piper Haywood](https://github.com/piperhaywood).