feat: set homepage

This commit is contained in:
BeauTroll
2026-01-19 19:03:16 +01:00
parent f6621200cd
commit a22fed0f9d
2 changed files with 79 additions and 37 deletions

View File

@@ -61,19 +61,19 @@ Draft
- [x] Add lint and format scripts to `package.json`
- [x] Verify linting works on project files
- [ ] Task 6: Setup Gitea Actions workflow (AC: 6)
- [x] Task 6: Setup Gitea Actions workflow (AC: 6)
- [x] Create `.gitea/workflows/ci.yml`
- [x] Configure test job: lint, typecheck, test
- [x] Configure build job: Docker image build and push
- [x] Configure deploy jobs (staging/production) with manual triggers
- [ ] Add caching for pnpm store
- [x] Add caching for pnpm store
- [ ] Task 7: Create README documentation (AC: 8)
- [ ] Document project overview
- [ ] Document prerequisites (Node 20, pnpm, Docker)
- [ ] Document local development setup steps
- [ ] Document available npm scripts
- [ ] Document environment variables
- [x] Document project overview
- [x] Document prerequisites (Node 20, pnpm, Docker)
- [x] Document local development setup steps
- [x] Document available npm scripts
- [x] Document environment variables
- [ ] Task 8: Create home page (AC: 9)
- [ ] Create `src/routes/index.tsx` as home page