/deepgram-starters-ui

This is the UI, built and deployed within the Deepgram Starters.

Primary LanguageJavaScript

Deepgram Starter Apps UI

This is a zero-build frontend application that serves the purpose of being a re-usable UI for all our starter applications.

Web components

The application is built using lit web components from skypack, to achieve a zero-build state of functionality.

Run locally

npx http-server -a localhost -o -c-1

or to watch changes

npx watch-http-server -a localhost -o -c-1