SDK for Voiceflow API, with typings for general voiceflow data structures.
In order to run this package locally, make sure you have yarn and brew installed.
You also need to acquire a .env file and a local_sercrets.yaml file from engineering to load development secrets.
This Repository Relies on yarn and does not work with npm
Use yarn to install this project's dependencies.
yarn installUse mkcert to generate and install SSL certificates for local development.
yarn gen-certsRun tsc to generate a compiled version of the server.
yarn buildRun the express server locally.
yarn localTest the code for linting errors with estlint.
yarn lintRun unit tests with mocha.
yarn test