Go fight on fightme.live
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/daytimedrinkingclub/fightme-live.git cd fightme-live
-
Install the dependencies:
npm install # or yarn install
-
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
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 with your browser to see the result.
-
Build the project:
npm run build # or yarn build
-
Start the production server:
npm start # or yarn start