Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 850 Bytes

File metadata and controls

38 lines (29 loc) · 850 Bytes

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