Skip to content

BrianRuizy/b-r.io

Repository files navigation

Deploy with Vercel

My Personal Website

My personal portfolio website designed to be simplistic and clean while including features like MDX blog posts with dark mode, gear list, an about page, and more cool stuff

Tech Stack

backend:

frontend:

Getting Started

Make sure you have Node.js v18.17.0+ installed on your machine.

  1. Install Dependencies: npm install
  2. Environment variables: Copy .env.example to a new .env.local
  3. Start Developing: npm run dev, this will automatically create the .contentlayer files and start the Next.js development server.