This is the most basic of all demo apps. It is designed for you to open up and build your own app on top of it. Engjoy.
Please join us in our Developer Community.
- Clone the repo and install the dependencies:
git clone https://github.com/dasha-samples/blank-slate-app
cd blank-slate-app
npm install
- Create or log into your account using the Dasha CLI tool:
npx dasha account login
- To start a text chat, run:
npm start chat
- To receive a phone call from Dasha, run:
npm start <your phone number>
The phone number should be in the international format without the +
(e.g. 12223334455
)