git clone https://github.com/Vexcited/solid-hcaptcha
Run pnpm install
to install the dependencies.
pnpm build
to lint and build to thedist
folder.pnpm lint
to lint the code, always do it before committing.pnpm release
to runrelease-it
to release a new version.
Run pnpm install
to install the dependencies.
pnpm dev
to start the development server.pnpm build
to build andpnpm serve
to preview the build.pnpm lint
to lint the code, always do it before committing.