https://github.com/costineest/new-password
Generate a new password
https://github.com/costineest/new-password
svelte5 sveltejs sveltekit
Last synced: 6 months ago
JSON representation
Generate a new password
- Host: GitHub
- URL: https://github.com/costineest/new-password
- Owner: costinEEST
- Created: 2024-08-27T16:10:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:20:59.000Z (about 1 year ago)
- Last Synced: 2025-04-08T00:43:26.633Z (6 months ago)
- Topics: svelte5, sveltejs, sveltekit
- Language: Svelte
- Homepage: https://costineest.github.io/new-password/
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs
- [Readme](./docs.md)
- https://tailwindcss.com/docs/guides/sveltekit
- https://www.okupter.com/blog/deploy-sveltekit-website-to-github-pages, https://www.youtube.com/watch?v=jBSnjlp-ZYw# Setup
```bash
pnpm create svelte@latest password-generatorcreate-svelte version 6.3.8
┌ Welcome to SvelteKit!
│
◇ Which Svelte app template?
│ Library project
│
◇ Add type checking with TypeScript?
│ Yes, using TypeScript syntax
│
◇ Select additional options (use arrow keys/space bar)
│ Add ESLint for code linting, Add Prettier for code formatting, Add Playwright for browser testing, Add Vitest for unit testing, Try the Svelte 5 preview (unstable!)
│
└ Your project is ready!Install more integrations with:
npx svelte-addNext steps:
1: cd password-generator
2: pnpm install
3: git init && git add -A && git commit -m "Initial commit" (optional)
4: pnpm run dev -- --openTo close the dev server, hit Ctrl-C
Stuck? Visit us at https://svelte.dev/chat
```- `pnpm install -D tailwindcss@latest postcss@latest autoprefixer@latest` then `pnpm dlx tailwindcss init -p`
- `pnpm install -D @sveltejs/adapter-static gh-pages`