[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FBrianRuizy%2Fb-r.io) # 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: - [Next.js](nextjs.org) / TypeScript - [MDX](https://mdxjs.com) / [Contentlayer](https://contentlayer.dev/) (Blog Posts) - [Vercel Postgres](https://vercel.com/storage/postgres) (Database) frontend: - [Tailwind CSS](https://tailwindcss.com) (Styling) - [Radix Primitives](https://www.radix-ui.com/primitives) - [Radix UI Colors](https://www.radix-ui.com/colors) (Color system) - [Framer Motion](https://www.framer.com/motion/) (Animations) ## 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.