feat: initialize project with Tailwind CSS, TypeScript, and basic layout

- Add globals.css to import Tailwind CSS styles
- Create layout.tsx for the root layout with metadata and font integration
- Implement Header component with title and subtitle
- Set up tsconfig.json for TypeScript configuration
This commit is contained in:
tuna2134
2026-05-26 08:41:56 +09:00
commit dcf4255535
20 changed files with 1382 additions and 0 deletions

5
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,5 @@
allowBuilds:
sharp: false
ignoredBuiltDependencies:
- sharp
- unrs-resolver