Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 407 Bytes

alveo-transcriber

Web based speech transcription tool for the Alveo service.

Setup

  1. Install dependencies
  • npm install
  1. Build the transcriber libraries
  • npm run build-lib
  1. Running the application:
  • npm start
  • npm test

Production build

  • npm run build-production

Production build (GitHub pages)

  • npm run build-github

Staging build

  • npm run build-staging