A small React app for generating random two-word names. 🎲
Name Generator can be installed from supported mobile and desktop browsers. Once it has loaded at least once, the app shell and generated assets are cached so it can keep working offline. 📴
Run the local Vite dev server: 🚀
npm startThe app runs at http://127.0.0.1:3001/. 🌐
Run the Vitest suite: ✅
npm testBuild for production: 📦
npm run buildThe production build is emitted to dist/, uses / as its base path for GitHub Pages, and generates a precache service worker for offline use. 🚢