My personal website, built with Next.js, Tailwind CSS, Dotenv Vault, a template of Chronark and self-hosted with Docker.
git clone [email protected]:SlinkyPotato/brianpatino.dev.git
cd brianpatino.dev
Create a .env
file.
Then install dependencies and run the development server:
pnpm install
pnpm dev
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.
Thank you @chronark for the template!