this is my new website! I used to have an overly complex website, but now it's just a simple markdown file.
It runs using Next.js App Router, Tailwind CSS, Bun and React
To run locally follow these steps:
- Clone the repository locally
- Create a
.env.local
file based on.example.env
- Run
bun install
- Run
bun run dev
to get a local copy working.