Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 610 Bytes

Chris Hutchinson

A Next.js site for my personal projects

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Building the app

To build the app, run:

yarn build

Deployment

The app is automatically deployed to Vercel on any merge to the main branch.

The production URL is https://www.chrishutchinson.me.

PR deployments

Vercel handily sets up PR environments automatically, with a temporary domain for previewing, which can be used for testing before merging.