migriert von github.com/Kenearos/Rentenversicherer
- Add serve as production server for static files - Add start script for production deployment - Create railway.toml with deployment settings - Create .env.example for required environment variables - Fix index.html to use Vite bundling instead of ESM imports https://claude.ai/code/session_01DBAyjuKW8Qtzixc64qn9KP |
||
|---|---|---|
| components | ||
| services | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| App.tsx | ||
| fill_pdf.py | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| railway.toml | ||
| README.md | ||
| requirements.txt | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1eOJcZ5qjOqVKG1eSXvA6HRcCwqcgcuGO
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev