Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 512 Bytes

Note Taker

Text to speech note taking service for meetings.

This project reuses setup files and basic code skeleton of a previous course project csci3100-project.

Pre-requisite

Issue the following commands to install dependencies:

sudo npm -g install yarn
yarn global add serve
yarn global add typescript

Build & Run

docker-compose build
docker-compose up