A web based transcription editor with wordlevel highlighting support along with speaker tagging.
You will need the following things properly installed on your computer.
- Ensure you have the api server up and running.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
- Yarn
git clone <repository-url>
this repositorycd transcriptor
yarn
- cp config/.env.example config/.env
- Ensure
API_HOST
variable is refactored to point to the server where api server is running.
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Ember build files are stored inside a static directory dist
located in the root directory of the project.
The index.html
can be served by a server like Nginx.
The project uses a customised version of the npm package waveform playlist. The source code of the customized package is stored here. Changes which require modification of the library, should be made to this fork. The package then needs to be republished, and reinstalled to reflect the changes.