Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 577 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 577 Bytes

solid-hcaptcha - Contributing

git clone https://github.com/Vexcited/solid-hcaptcha

/package

Run pnpm install to install the dependencies.

  • pnpm build to lint and build to the dist folder.
  • pnpm lint to lint the code, always do it before committing.
  • pnpm release to run release-it to release a new version.

/example

Run pnpm install to install the dependencies.

  • pnpm dev to start the development server.
  • pnpm build to build and pnpm serve to preview the build.
  • pnpm lint to lint the code, always do it before committing.