Skip to content

eiseron/holter-site

Repository files navigation

holter-site

Institutional Holter landing page. Static marketing site for holter.dev, built with Astro.

Quick Start

Prerequisites

  • Docker and Docker Compose

Development

docker compose up

Visit localhost:4321.

The first run installs dependencies (yarn install) inside the container and writes yarn.lock to the repo root: commit it.

Build for production

docker compose run --rm site yarn build

Output is written to dist/.

Preview the production build

docker compose run --rm site yarn preview

Lint

docker compose run --rm site yarn lint        # check
docker compose run --rm site yarn lint:fix    # write

About

Institutional Holter Landing Page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors