- Install dependencies:
npm install- Copy
.env.exampleto.envand fill in the values:
cp .env.example .env| Variable | Description |
|---|---|
VITE_FISHJAM_ID |
Fishjam Cloud app ID |
FISHJAM_MANAGEMENT_TOKEN |
Fishjam Cloud management token |
VAPI_PRIVATE_API_KEY |
Vapi API key |
VAPI_ASSISTANT_ID |
Vapi assistant ID |
- Start the server:
npm run dev:server- In a separate terminal, start the client:
npm run dev:clientOpen the URL printed in the terminal (default http://localhost:5173).