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>
This commit is contained in:
2026-03-04 01:47:15 +08:00
parent a78f029e03
commit 9b793b9b93
4 changed files with 40 additions and 3 deletions

3
.env.local Normal file
View File

@@ -0,0 +1,3 @@
AUTH_USERNAME=admin
AUTH_PASSWORD=changeme
RESOURCE_PATH=/Users/tech/workspace/n3-world/handy-tools/ftdl