Skip to content

Real-sanyam/memory-tree-2

Repository files navigation

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/c3e27f90-305a-43dd-a2f8-bc6065841a40

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

Deploy to Netlify

  1. Push your repository to GitHub.
  2. In Netlify, create a new site from Git.
  3. Set the build command to npm run build and the publish directory to dist.
  4. Add the environment variable GEMINI_API_KEY in Netlify site settings.
  5. Deploy the site.

If your app uses client-side routing later, Netlify will serve index.html for all routes because of the redirect rule in netlify.toml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors