This page simulates a customer website with the widget embedded.
<script src="https://cdn.chatdakenh.com/widget.js" data-widget-id="YOUR_WIDGET_ID" data-api-url="http://localhost:3000/api/v1" data-ws-url="http://localhost:3001" async></script>
window.ChatDaKenh.init({
widgetId: 'YOUR_WIDGET_ID',
apiUrl: 'http://localhost:3000',
wsUrl: 'http://localhost:3001',
})