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.localfile based on.example.env - Run
bun install - Run
bun run devto get a local copy working.