Skip to content

Dhravya/dhravya.dev

Repository files navigation

Deploy with Vercel

dhravya.dev

TODO

In early 2023, I refactored my site to use the new app/ directory in Next.js 13. I went ahead and shipped it, but there are still a few things I want to do:

  • 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)

You can learn more about the app/ directory here.

Running Locally

This application requires Node.js v16.13+.

git clone https://github.com/dhravya/dhravya.dev.git
cd dhravya.dev
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 (resume, blog posts, images, etc.) by running pnpm run setup.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published