Skip to content

shanusinha26/HunarAI

Repository files navigation

Hunar AI

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/15wbry6filOXmKoFFrdxPXxtfIfFRYZIo

Run Locally

Prerequisites: Node.js

  1. Install dependencies:
    npm install
  2. Set up your API Key: Create a new file named .env.local in the root of your project directory. Inside this file, add your Gemini API key like this:
    GEMINI_API_KEY=YOUR_API_KEY_HERE
    
    Replace YOUR_API_KEY_HERE with your actual key. The application is configured to use this variable to make API calls.
  3. Run the app:
    npm run dev
    This will start the local development server, and you can view your app in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors