Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c-d-lewis/whosatpaddys.pub
- Owner: C-D-Lewis
- Created: 2023-02-25T16:33:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T20:32:14.000Z (4 days ago)
- Last Synced: 2024-11-12T20:34:14.860Z (4 days ago)
- Language: TypeScript
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```