feat: build out initial prototype #1

Merged
naomi merged 6 commits from feat/prototype into main 2025-08-11 19:40:10 -07:00
Showing only changes of commit 55c9057950 - Show all commits

View File

@@ -28,11 +28,11 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Lint Source Files
run: pnpm run lint
- name: Verify Build
run: pnpm run build
- name: Lint Source Files
run: pnpm run lint
- name: Run Tests
run: pnpm run test