Skip to content

jabrks/jamesbrooks.io

Repository files navigation

jamesbrooks.io

My personal website, built with Next.js and Vanilla Extract for styling.

Setup

# Clone the repo
git clone [email protected]:jabrks/jamesbrooks.io.git
cd jamesbrooks.io

# Install dependencies
npm ci

Development

# Run the development server
npm run dev

The site should now be running locally on http://localhost:3000.