Welcome to the integration server

This is a development server for the integration of the Sizekick widget into your website.

        var s = document.createElement('script')
        s.type = 'module'
        s.src = 'https://127.0.0.1:5174/src/rrrevolve/index.ts'
        var vite = document.createElement('script')
        vite.type = 'module'
        vite.src = 'https://127.0.0.1:5174/@vite/client'
        document.head.append(vite)
        document.head.append(s)