A demo web application for showcasing our real-time transcription service.
- Docker CE >= Version 17
-
Clone the repository.
git clone ... cd ...
-
Start the dev server.
docker-compose up
-
Go to https://localhost:8080 in your web browser.
-
Make changes to the project source code in
./src
on your host machine. -
See changes reflected in your web browser.