Commit Graph

5 Commits

Author SHA1 Message Date
1eba2f5f39 chore: update env example and gitignore, add implementation plan
- Update .env.example with documentation and default values
- Add .resources to gitignore (dummy test files)
- Add APK parsing fix implementation plan document

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 14:06:44 +08:00
3fde67c86f [M] ignore .env 2026-03-04 13:06:26 +08:00
37e2e2e7d3 fix: remove .env.local from git and add .env.example
Remove credentials file from git tracking and provide template for
environment variables.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-04 01:49:47 +08:00
9b793b9b93 feat: initialize Next.js project with Tailwind CSS and SWR
- Initialize Next.js 16.1.6 with TypeScript and App Router
- Configure Tailwind CSS for styling
- Install SWR for API state management
- Set up environment variables for authentication and resource path
- Update .gitignore to track .env.local

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-04 01:47:15 +08:00
a78f029e03 Initial commit from Create Next App 2026-03-04 01:45:44 +08:00