Commit Graph

62 Commits

Author SHA1 Message Date
Bastian Masanek
a0121016b9 Add server infrastructure with API routes and middleware
- Create API route structure (auth, health, internal)
- Add authentication middleware for internal pages
- Add database connection utilities
- Implement health check endpoint
2025-10-30 14:34:12 +01:00
Bastian Masanek
ef9845c5c5 Add Drizzle ORM setup and database configuration
- Add drizzle.config.ts for database migrations
- Create server/database/ structure with schema
- Add drizzle-orm and postgres dependencies
- Add db:* npm scripts for database management
2025-10-30 14:33:59 +01:00
Bastian Masanek
9102dab881 Enhance index page styling with accent borders and updated typography, and improve CSS formatting for better readability. 2025-10-30 14:33:55 +01:00
Bastian Masanek
aea87ccc5f Add critical CSS styles for layout and typography, enhance button styles with rounded corners, and introduce a progress card component with Safrangold accent border. 2025-10-30 14:33:41 +01:00
Bastian Masanek
1f6adfb324 Add local Roboto font and new images for branding 2025-10-30 11:01:00 +01:00
Bastian Masanek
dfa3b8190d Refactor design example HTML files. 2025-10-30 10:49:18 +01:00
Bastian Masanek
23afddd73d Update DESIGN_SYSTEM.md to reflect the latest changes in font usage, including local hosting of the Roboto font, and enhance button styles with detailed design rationale. 2025-10-30 10:48:47 +01:00
Bastian Masanek
c571f35cb3 Update .gitignore to exclude Playwright MCP directory 2025-10-30 10:47:45 +01:00
Bastian Masanek
f7b2764714 Load Roboto font locally from /public/fonts/roboto/ and update Nuxt configuration to remove external font links 2025-10-30 10:17:30 +01:00
Bastian Masanek
eaa53cbebb Update footer contact information and refactor button component template for cleaner syntax 2025-10-30 09:14:16 +01:00
Bastian Masanek
243ff2e91f Add Experimenta Styleguide image 2025-10-30 09:13:56 +01:00
Bastian Masanek
6e50ec7034 Init 2025-10-30 08:24:44 +01:00