Skip to content

SlinkyPotato/brianpatino.dev

Repository files navigation

GitHub deployments

My personal website, built with Next.js, Tailwind CSS, Dotenv Vault, a template of Chronark and self-hosted with Docker.


Running Locally

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

Cloning / Forking

Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.

Thank you @chronark for the template!