https://github.com/mit-ccc/transcript-explore
https://github.com/mit-ccc/transcript-explore
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mit-ccc/transcript-explore
- Owner: mit-ccc
- Created: 2018-01-12T14:09:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T09:27:09.000Z (over 3 years ago)
- Last Synced: 2023-02-27T14:15:43.193Z (over 3 years ago)
- Language: CSS
- Size: 1.35 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# transcript-explore
A prototype tool for exploring transcripts with accompanying audio
## Dev
Install dependencies
```
yarn
```
Start the dev server
```
yarn start
```
## Deployment
You can build via Docker Compose:
```
$ docker-compose build
...
```
To start a local staging deployment:
```
$ docker-compose up -d
```
Then open your browser to http://localhost:5000/transcript-explore/
To tear down the staging instance:
```
$ docker-compose down
```
To push to the remote repo:
```
$ docker-compose push
```
Deployment to `prototypes.lsm-mit.org` is handled via the lsm-cluster1
repo.