balayokesh.github.io/speech-companion
git clone https://github.com/balayokesh/speech-companion.git
cd speech-companion
npm i
npm start
(or)
You can also run the project as a Docker Container.
git clone https://github.com/balayokesh/speech-companion.git
docker build -t speech-companion .
docker run --name speech-companion -p 8080:3000 -d speech-companion
With your container running, you can now visit your application by navigating your browser to http://localhost:8080
Please read contribution guide before proceeding.