377 B
377 B
JavaScript Implementation
Basic implementation using the RTVI JavaScript SDK.
Setup
-
Run the bot server; see README.
-
Navigate to the
examples/javascriptdirectory:
cd examples/javascript
- Install dependencies:
npm install
- Run the client app:
npm run dev
- Visit http://localhost:5173 in your browser.