This is the code for the recognition.voicybot.com backend.
- Clone this repo:
git clone https://github.com/backmeupplz/voicy-recognition
- Create
.env
with the environment variables listed below - Run
yarn install
in the root folder - Run
yarn develop
And you should be good to go!
Name | Description |
---|---|
MONGO |
URL of the mongo database to store stats |
Also, please, consider looking at .env.sample
.
Any commit pushed to master gets deployed to recognition.voicybot.com via CI Ninja.