This is a web, android and ios app for collection speech donations for Project Common Voice.
npm install
npm install -g gulp
gulp
This will:
- Install all dependencies, and Mysql
- Serve files located in the
client
folder on localhost - Listen for and save voice clips into the
server/upload
folder - Lint all js files on every change
For more options type:
gulp help