Institutional Holter landing page. Static marketing site for holter.dev, built with Astro.
- Docker and Docker Compose
docker compose upVisit localhost:4321.
The first run installs dependencies (yarn install) inside the container and writes yarn.lock to the repo root: commit it.
docker compose run --rm site yarn buildOutput is written to dist/.
docker compose run --rm site yarn previewdocker compose run --rm site yarn lint # check
docker compose run --rm site yarn lint:fix # write