Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-d-lewis/whosatpaddys.pub

Site to show data on episodes of It's Always Sunny in Philadelphia
https://github.com/c-d-lewis/whosatpaddys.pub

Last synced: 2 days ago
JSON representation

Site to show data on episodes of It's Always Sunny in Philadelphia

Awesome Lists containing this project

README

        

# whosatpaddys.pub

![](assets/screenshot.png)

Website built with [fabricate.js](https://github.com/c-d-lewis/fabricate.js) and
TypeScript to allow filtering of episodes of It's Always Sunny in Philadelphia
based on featured characters, writers, and tags.

Deploys automatically with GitHub Actions on commit to `master`.

## Run locally

Install dependencies:

```
npm ci
```

Build the site:

```
npm run build
```

Run a dev server:

```
npm start
```