Skip to content

caleb531/pswd-matcher

Repository files navigation

pswd-matcher

Copyright 2023, Caleb Evans
Released under the MIT license

A simple application which serves as a secure space for you to learn a new password.

tests Coverage Status

Live App: https://projects.calebevans.me/pswd-matcher/

Setup

Installing

This project uses pnpm (instead of npm) for package installation and management.

npm install -g pnpm
pnpm install

Serving the site

pnpm dev

The site will then be viewable in your browser at http://localhost:5173.

Running tests

You can run tests like so:

pnpm test

If you want to calculate code coverage, run:

pnpm coverage