- Framework: Next.js
- CMS: Sanity CMS
- Database: PlanetScale with Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- Styling: Tailwind & shadcn/ui
- Analytics: Vercel Analytics
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
.
Please review the license and remove all of my personal information by running pnpm run setup
.
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.