hieubt 74e0c58434 Add architecture diagrams and update UI components před 2 týdny
..
src 74e0c58434 Add architecture diagrams and update UI components před 2 týdny
.gitignore eec5c0de28 Initialize Esim Vite React project před 1 měsícem
README.md eec5c0de28 Initialize Esim Vite React project před 1 měsícem
dist.zip 8a88ab4f7a Add i18n support and integrate translations před 3 týdny
index.html 8a88ab4f7a Add i18n support and integrate translations před 3 týdny
metadata.json eec5c0de28 Initialize Esim Vite React project před 1 měsícem
package-lock.json 8a88ab4f7a Add i18n support and integrate translations před 3 týdny
package.json 8a88ab4f7a Add i18n support and integrate translations před 3 týdny
tsconfig.json eec5c0de28 Initialize Esim Vite React project před 1 měsícem
vite.config.ts 441356b691 Implement localStorage caching for areas and UI fixes před 3 týdny

README.md

GHBanner

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/1Iycz8nBgG9XSpMkhPpCmBFxU6DXVxcvT

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev