marktnoonan / transcription

Live Transcription based on Speech Recognition API
https://freelivetranscript.com
MIT License
35 stars 22 forks source link

Update for hosting on Github #41

Closed ModelEarth closed 4 years ago

ModelEarth commented 4 years ago

Mark, here's an initial step toward making the root of the repo the location of the tool's index.html page. This will allow forks to work as static sites without using npm to build locally.

Example: https://model.earth/transcription/dist/

Later we a can get the following working: https://model.earth/transcription/

After deploying the dist folder, I added dist/ back to the .gitignore file.

-Loren

marktnoonan commented 4 years ago

Thanks for this @modelearth!