Backing repo for my personal website https://danebertram.com
- Clone the repo
- Install
asdfif you haven't already - Setup Node:
asdf install
- Install dependencies:
npm install
- Start the local dev server:
npm run dev
- Open the dev site in your browser: http://localhost:8080
npm run buildto generate the production site in_site/(usseseleventy)npm run lint:fixto run lint checks & auto-fix what can be (usesoxlint)npm run formatto format everything (usesoxfmt)
This repo has been connected to Netlify and will automatically deploy the main site whenever something is pushed or merged into main.
PR's will run basic checks (lint check, format check, tests) via a GitHub workflow.