Skip to content

brianwalczak/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfaf37a · · Apr 26, 2026

History

71 Commits
Apr 26, 2026
Apr 26, 2026
Feb 15, 2026
Apr 26, 2026
Apr 26, 2026
Jan 13, 2026
Jan 17, 2026
Jan 12, 2026
Jan 12, 2026
Jan 12, 2026
Jan 19, 2026
Jan 13, 2026
Feb 15, 2026
Jan 18, 2026
Jan 18, 2026
Jan 12, 2026
Jan 18, 2026
Jan 9, 2026
Jan 12, 2026

Repository files navigation

Personal Website

This repository holds the source code for my personal website, brian.re!

Built with...

  • React / Next.js v16
  • Turso Database (for posts)
  • Vercel Blob (for images)
  • Tailwind CSS
  • Payload CMS

... and written in Typescript (eslint for linting)!

Setup

To start, clone the repository and configure your environment variables:

git clone https://github.com/brianwalczak/website

cd website
cp .env.example .env
vi .env v # make your changes

Then, install the necessary dependencies and start the development server.

npm install
npm run devv

Warning

You may need to migrate your database before you start the server.

npx tsx ./node_modules/payload/bin.js migrate