- Framework: Nuxt 3
- UI Library: Nuxt UI v3
- Markdown Renderer: Nuxt Content v3
Please review the Code of Conduct and Contributing guidelines before contributing to this project to ensure a positive and productive experience for everyone.
Create a fork and local copy of this repo. Answer Y to create a local clone.
gh repo fork bcgov/bcregistryChange into the directory and install the packages.
cd bcgov/bcregistry
pnpm installStartup the development environment.
pnpm run devpnpm install also sets up Lefthook pre-commit hooks (lint + gitleaks secret scanning) - no extra setup needed. If a commit is blocked by a false-positive secret match, add an allowlist entry to .gitleaks.toml rather than committing with --no-verify.
Build the static site
pnpm run generateLocally preview the static site
npx http-server .output/public