Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 361 Bytes

brendanlindsey.com

A basic website for a basic guy.

Running

First, run the development server:

npm run dev

Building

Manually

Run the npm script that builds the output folder and the exports it as a static site.

npm run build

Deployment

Let the workflow I set up .github/workflows/nextjs.yaml run on a push to main.