A simple beautiful web application to generate unique randomized passwords
  
  
  
   
I start learning Svelte & the most beloved framework Sveltekit and that's what i'm using in the frontend
Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
# Start the development server
npm run dev
# build the app
npm run build
# Start the production server
npm start
You can preview the built client app with
npm run preview,This should not be used to serve your app in production.
Ysn4Irix
Copyright © 2022-present, Ysn4Irix. Released under the MIT License.