Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 847 Bytes

File metadata and controls

44 lines (30 loc) · 847 Bytes

dangibbs.uk

Tests Deploy Version Size

Personal website built with Astro and Prismic.

Build

npm run build

Develop

npm run dev

Docker Environments

Service dependencies can be run locally with compose-dev.yaml

docker compose -f compose-dev.yaml up -d

Testing

npm run test:e2e
npm run test:unit

Submodule Updates

Submodules are used for including documentation, references and changelogs from other repositories.

git submodule update --recursive --remote