Skip to content

whosdustin/whosdustin.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhosDustin.com

This is the source code for my personal website, WhosDustin.com.

Development

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