Skip to content

lookupdaily/liz-daly

Repository files navigation

My developer website

lizdaly.dev

About me as a developer—my interests, experience and projects. Built with 11ty.

Local development

The project can be setup using npm, or scripts to rule them all

Requirements

  • Npm
  • Node.js 20.x

Getting started

First, install dependencies by opening a terminal and running:

script/setup

To build project and launch in a browser run:

script/server

To run tests and linting checks type:

script/test