Group Repository of the Podcast Transcription App for the New Media Lab Course.
The backend code for retrieving the transcripts contains private API keys and is therefore private. If you have any interest in this code, feel free to contact the owner of this repository.
Also see info on React.
- Download node package manager (npm): https://nodejs.org/en/
- Navigate to the root directory of the project.
- Install dependencies:
npm i
Everytime new dependencies are added and installed by collaborators, you will need to run this command again. - Start development server:
npm start
Supports hot reloading, which means that changes saved in your editor will immediately be reflected on the development server (i.e., automatically refreshes). - Stop the development server:
Ctrl + C
Run npm run update
from the root directory of the project.