This is my own personal blog, done with Remix, Typescript and Tailwind.
To run this website locally, make sure your project's local dependencies are installed:
bun install
Afterwards, start the Remix development server like so:
bun dev
Open up http://localhost:3000 and you should be ready to go!