This is the repo that powers my personal website. While previous iterations were closed-source, when I recently rewrote everything in Next.js I decided to open-source everything as well.
This is a living project. It's not perfect or complete. I keep updating it and working on it regularly.
This is a personal website. The entire point is it showcases me. While I love ideas and input, this isn't the place for them- this is supposed to reflect me, not those around me. With that said, if you find a typo, bug, or usability issue please do open an issue to let me know.
Everything on the main
branch of this repository is automatically deployed via Vercel to camdan.me.
If you want to run this locally, it's very simple. Install Git and Node, then run the below commands:
git clone https://github.com/camdan-me/portfolio-next.git
cd portfolio-next
npm install
npm run build
npm start
Once everything is done, you can access the site at localhost:3000!
If you want to reach out to me, visit the contact page on my website. I'd love to hear from you!
Copyright 2023 Camdan Mead - All Rights Reserved