Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 212 Bytes

Transcribe

Setup

  • npm i
  • Add your json file and import it as a first thing in src/index.ts: import * as transcript from '../your-file.json';

Start

  • npm start
  • served on localhost:9000