Odoo 19 3D Systems website theme
Find a file
2026-08-22 21:25:47 +00:00
assets/.aistudio Add assets/.aistudio/.gitignore 2026-08-22 21:24:43 +00:00
src Add src/main.tsx 2026-08-22 21:24:53 +00:00
theme_3d_systems Add theme_3d_systems/views/snippets/s_odoo_modules_grid.xml 2026-08-22 21:25:47 +00:00
.env.example Add .env.example 2026-08-22 21:24:38 +00:00
.gitignore Add .gitignore 2026-08-22 21:24:41 +00:00
bun.lock Add bun.lock 2026-08-22 21:24:45 +00:00
index.html Add index.html 2026-08-22 21:24:46 +00:00
metadata.json Add metadata.json 2026-08-22 21:24:48 +00:00
package.json Add package.json 2026-08-22 21:24:49 +00:00
README.md Add README.md 2026-08-22 21:24:42 +00:00

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/5c9007e9-e5d8-4d87-84db-c4c55ffcbde1

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