Easily create a portfolio with Next.js and Markdown.
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:
404
page coming soonnext.config.js
)app
(not ready yet)app/
(not implemented yet)You can learn more about the app/
directory here.
This application requires Node.js v16.13+.
git clone https://github.com/leerob/leerob.io.git cd leerob.io 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
.
Easily create a portfolio with Next.js and Markdown.
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:
404
page coming soonnext.config.js
)app
(not ready yet)app/
(not implemented yet)You can learn more about the app/
directory here.
This application requires Node.js v16.13+.
git clone https://github.com/leerob/leerob.io.git cd leerob.io 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
.