Skip to content

daytimedrinkingclub/fightme-live

Repository files navigation

Fight Me Live

Go fight on fightme.live

Architecture

Architecture

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/daytimedrinkingclub/fightme-live.git
    cd fightme-live
  2. Install the dependencies:

    npm install
    # or
    yarn install
  3. Copy the .env.template to .env and fill in your API keys:

    cp .env.template .env

    Edit the .env file and add Anthropic API keys:

    ANTHROPIC_API_KEY=your_anthropic_api_key
    

Running the Development Server

  1. Start the development server:

    npm run dev
    # or
    yarn dev
  2. Open http://localhost:3000 with your browser to see the result.

Building for Production

  1. Build the project:

    npm run build
    # or
    yarn build
  2. Start the production server:

    npm start
    # or
    yarn start

About

Roast your github profiles and 1v1 with your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published