Check a password against known data breaches using Troy Hunt's Have I Been Pwned API
Install pnpm
npm install -g pnpm
Install dependencies
pnpm install
Start development server
pnpm start
Build for production into dist/
pnpm build
If required, use the following Netlify build command
pnpm build || ( npm install pnpm && pnpm build )
This code is running at https://andygock.github.io/password-check/