Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.48 KB

EFF Dice Passphrase Generator

Features

The project provides a passphrase generator app that leverages the EFF long wordlist to pick a word to build the passphrase.

The project is based on this great Mantine + Vite template. The UI is based on Mantine to provide a good looking UI.

npm scripts

Build and dev scripts

  • dev – start development server
  • build – build production version of the app
  • preview – locally preview production build

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • vitest – runs vitest tests
  • vitest:watch – starts vitest watch
  • test – runs vitest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier