- 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/bcregistry
Change into the directory and install the packages.
cd bcgov/bcregistry
pnpm install
Startup the development environment.
pnpm run dev
Build the static site
pnpm run generate
Locally preview the static site
npx http-server .output/public