Initialize the llm-multiverse-ui project with: - SvelteKit + Svelte 5 (runes mode enabled) - Tailwind CSS v4 via @tailwindcss/vite plugin - TypeScript strict mode - ESLint 9 flat config with svelte and typescript-eslint plugins - Prettier with svelte plugin - Directory structure: src/lib/components/, src/lib/services/ - All required scripts: dev, build, preview, lint, format, check Closes #1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
107 B
Plaintext
12 lines
107 B
Plaintext
# Package
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Build output
|
|
build
|
|
.svelte-kit
|
|
dist
|
|
|
|
# Generated
|
|
src/lib/proto
|