Production

Production

  1. Set environment variables

  2. Build all packages: npm run build

  3. Start server: node packages/server/dist/index.js

  4. Serve client: Use a static file server or CDN

Environment Variables

Required:

  • ANTHROPIC_API_KEY - Anthropic API key

Optional:

  • PORT - Server port (default: 3000)

  • COLOSSEUM_API_KEY - Colosseum hackathon API key

  • COLOSSEUM_CLAIM_CODE - Colosseum claim code

Last updated