This commit is contained in:
2025-09-18 00:44:16 -06:00
parent f058a1b03a
commit 4150af64bb
6 changed files with 16 additions and 1 deletions

3
apps/web/README.md Normal file
View File

@@ -0,0 +1,3 @@
# GlowTrack Web App
Placeholder for SvelteKit PWA app. See specs in `specs/001-glowtrack-a-mood/`.

View File

@@ -0,0 +1,3 @@
# @glowtrack/storage
Placeholder for storage package (IndexedDB, models, export/import).

3
packages/theme/README.md Normal file
View File

@@ -0,0 +1,3 @@
# @glowtrack/theme
Placeholder for theme tokens and CSS variables.

3
packages/viz/README.md Normal file
View File

@@ -0,0 +1,3 @@
# @glowtrack/viz
Placeholder for visualization/renderer package.

View File

@@ -15,7 +15,7 @@ Paths below are absolute to this repo.
---
## Phase 3.1: Setup
- [ ] T001 Create monorepo layout
- [X] T001 Create monorepo layout
- Create directories:
- /home/jawz/Development/Projects/GlowTrack/apps/web
- /home/jawz/Development/Projects/GlowTrack/packages/storage

3
tools/ci/README.md Normal file
View File

@@ -0,0 +1,3 @@
# CI Tools
Placeholder for CI scripts and config.