/whosatpaddys.pub

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

Primary LanguageTypeScript

whosatpaddys.pub

Website built with 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