Skip to content

bcgov/bcregistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCRegistry

Tech

Development and Contributing

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 and Preview

Build the static site

pnpm run generate

Locally preview the static site

npx http-server .output/public