- Framework: Next.js
- Database: PlanetScale
- Authentication: NextAuth.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Vercel Analytics
- Guestbook - Google
- Projects page
- Add sanity.io (CMS) as blog page
- Blog view count
- Global
404
page coming soon - Move redirects to end of routing stack (not in
next.config.js
) - Use new support for API routes in
app
(not ready yet) - Improved scroll position support in
app/
(not implemented yet)
This application requires Node.js v16.13+.
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 (resume, blog posts, images, etc.) by running pnpm run setup
.