Cory Sanin eb61e99b87
All checks were successful
App Image CI / Build app image (push) Successful in -2m7s
Add history to readme
2025-04-27 11:09:53 -05:00

27 lines
1.1 KiB
Markdown

# jakehurwitzisabitch.com
jakehurwitzisabitch.com was a real single-page website created by CollegeHumor in 2011. In the Jake and Amir series, Amir made the site after feeling betrayed by Jake in the 30-minute special *Fired*.
On January 18, 2024, Jake and Amir uploaded *Jake and Amir watch Fired (Part 2)* to their Patreon page. Naturally when jakehurwitzisabitch.com came up, they checked to see if the site was still online. So I bought the domain as a goof and grabbed the HTML and assets from Wayback Machine and got to work.
* Since the site was made in 2011 for a primarily desktop-viewing audeience, I updated it to be mobile-friendly
* The site originally included a hit counter, another relic from an earlier time. I implemented my own.
I present to you, [jakehurwitzisabitch.com](https://jakehurwitzisabitch.com/)
You earned one [tweet](https://twitter.com/jakeandamir/status/1750374568785850788).
## Running jakehurwitzisabitch.com
To install dependencies and build assets:
```bash
npm install && npm run build
```
To run:
```bash
node --experimental-strip-types src/index.ts
```