Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 660 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 660 Bytes

Contributing

This project uses the Twilio Serverless Toolkit for all development. Check the documentation for any general questions about the tool.

Setup

Follow the setup instructions in the README.

Starting a local server to test your changes

twilio serverless:start

If you are using Functions that will reference other Functions make sure you update the .env file to contain a DOMAIN_NAME that points against the domain of your ngrok tunnel. Example:

DOMAIN_NAME=example.ngrok.io