# react-transcript-tool
###### tags: `old`
## Commands
- `npm i` Install dependencies
- `npm start` Run local development server
- `npm run build:storybook` Build
- `gcloud compute scp --recurse build teqst-server:/server/transcripts/build` Copy build to live server
## General Info
- The build path on the GCE instance `teqst-server` is `/server/transcription/build/build`
- The project is live at https://transcriptions.dataforlearningmachines.com/
## Specific Things
### Where to find the code for Timestamp updates
- `components/timed-text-editor/index.js` Zeile 61-163 seems interesting
- `components/timed-text-editor/UpdateTimestamps/index.js` Zeile 79 (alignWords) ist wahrscheinlich die Krux
- alignWords ist implementiert in `components/timed-text-editor/UpdateTimestamps/stt-align-node.js`