Skip to content

manhatsu/animpal

Repository files navigation

AnimPal: Make Deeper Connection With Your Pal

Getting Started

  1. Install the dependencies.

    npm install
  2. Make .env.local file and add your Gemini API key.

    GEMINI_API_KEY=your_gemini_api_key
    
  3. Run the development server.

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

If you reach limit of API calls

You can attach preset images on your diary instead.
Replace images under public/images with your own.
Filenames should be the same as the emotions defined in src/app/utils/emotions.ts.

Deploy on Vercel

now in progress...

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Animal avatar connected with you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published