This is the source code for my personal website, WhosDustin.com.
To run the site locally, you'll need to have Bun installed. Once you have Bun installed, you can run the following commands to get started:
# Install dependencies
bun install
# Start the development server
bun run dev