darius-0x4d / darius-personal-site

Welcome to my personal website!
https://dariusmcfarland.com
Other
1 stars 0 forks source link

Clone my site and Deploy it with Vercel!

dariusmcfarland.com

What do I use?

Running Locally

This application requires Node.js v18.17+.

git clone https://github.com/darius-0x4d/darius-personal-site.git
cd darius-personal-site
pnpm install
pnpm run setup # Remove all of my personal information
pnpm dev

Create a .env file similar to .env.example.

Cloning / Forking

Please review the license and remove all of my personal information by running pnpm run setup.

Acknowledgements

Huge thanks to Lee Robinson for making his personal website available as a template for others to use. Creating this website would've been a lot harder without his template as a starting point for me.