Installation
Client-Only Setup (Recommended for Most Users)
git clone https://github.com/ForestMars/Polyglot.git
cd Polyglot
npm install
npm run dev
Access at http://localhost:3000Full Setup with Sync Server
# Terminal 1: Client
npm run dev
# Terminal 2: Server
cd src/server
node chatSyncApi.js
Production Build
bashnpm run buildDeploy dist/ directory to static hosting
Common Issues
Last updated