Skip to content

tcbegley/tcbegley.com

Repository files navigation

tcbegley.com

This is the source code for my personal website. It is built with NextJS. A previous version was built with Gatsby and based on the Hello Friend starter.

Development

Install dependencies

npm install

Build development bundle with hot reloading

npm run dev

Build a production bundle

npm run build

Serve the production bundle

npm start

Updates are automatically published when new commits are pushed to main.