Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

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