Clone down this repository. You will need node
and npm
installed globally on your machine.
Run:
git clone https://github.com/hendellcosta/my-password-saver.git
cd my-password-saver
Installation:
npm install
To Start Server:
npx vite --host
To Visit App:
localhost:5173