Skip to content

psyche911/team-spirit-builder

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/drive/1U206EAP6iZ_DL4ImqwWj8JUcHQnomy5k

Getting Started

  1. Install dependencies:

    npm install
  2. Set up environment variables:

    Copy .env.local or create one with your API keys:

    GEMINI_API_KEY=your_key_here
  3. Run the application:

    npm run dev

Development Commands

  • npm run dev: Start development server
  • npm run build: Build for production
  • npm run lint: Run type checking
  • npm run preview: Preview production build

Deployment

This project includes a GitHub Action workflow that automatically checks and builds the project on every push to the main branch.

To deploy, simply push your changes:

git push origin main

About

Input names for prize drawing or grouping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published