Skip to content

dbertram/danebertram.com_v3

Repository files navigation

danebertram.com

Backing repo for my personal website https://danebertram.com

Local Development

  1. Clone the repo
  2. Install asdf if you haven't already
  3. Setup Node:
    asdf install
  4. Install dependencies:
    npm install
  5. Start the local dev server:
    npm run dev
  6. Open the dev site in your browser: http://localhost:8080

Useful commands:

  • npm run build to generate the production site in _site/ (usses eleventy)
  • npm run lint:fix to run lint checks & auto-fix what can be (uses oxlint)
  • npm run format to format everything (uses oxfmt)

Deployment:

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.

About

My personal website, danebertram.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors