Chat Arena - Remote

Setup

Download Node.js.

Copy .env.example, rename it .env, complete it

Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server in development mode
npm run dev

# Run the local server in live mode
npm run live