Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 426 Bytes

jamesbrooks.io

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

Setup

# Clone the repo
git clone git@github.com: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.