T005-T006

This commit is contained in:
2025-09-18 10:04:43 -06:00
parent 8e82274d30
commit 28f8907259
16 changed files with 2748 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ Paths below are absolute to this repo.
- Add dev deps: eslint, eslint-config-prettier, prettier, typescript, svelte-check
- Dependencies: T003
- [ ] T005 Scaffold SvelteKit PWA (adapter-static)
- [X] T005 Scaffold SvelteKit PWA (adapter-static)
- In /home/jawz/Development/Projects/GlowTrack/apps/web create a SvelteKit app:
- package.json, svelte.config.js (adapter-static), vite.config.ts, tsconfig.json
- src/app.d.ts, src/app.css, src/routes/+layout.svelte, src/routes/+page.svelte (hello grid)
@@ -50,7 +50,7 @@ Paths below are absolute to this repo.
- Add scripts: dev, build, preview, test, test:e2e, check
- Dependencies: T003, T004
- [ ] T006 Tailwind CSS setup
- [X] T006 Tailwind CSS setup
- apps/web: tailwind.config.cjs, postcss.config.cjs; integrate @tailwindcss/forms
- Wire Tailwind into src/app.css and +layout.svelte
- Dependencies: T005