Install dependencies. Use Yarn if you prefer.
REACT_APP_TELLESCOPE_API_ENDPOINT=''
REACT_APP_TELLESCOPE_BUSINESS_ID='YOUR_BUSINESS_ID_HERE'
REACT_APP_TELLESCOPE_API_KEY ='YOUR_API_KEY_HERE'
REACT_APP_EXAMPLE_ENDUSER_EMAIL='email@email.com'
REACT_APP_EXAMPLE_ENDUSER_PASSWORD='test_password_goes_here!!!2310'
REACT_APP_TELLESCOPE_API_ENDPOINT Defaults to https://api.tellescope.com BUSINESS_ID and API_KEY can be found in your settings page EXAMPLE_PASSWORD should satisfy length > 8, uppercase letter, number, special character
You must have an account registered with Tellescope as part of an organization.
You will need a test enduser with a password. If you have set the email and password fields in the .env file,
you can run the following script to create a sample enduser for testing.
npm run create-enduser
You will need a test chat room to send messages. You can run the following script to create a room with your sample enduser
npm run create-chat-room
You can also create a chat room in the UI
Runs the app in the development mode.
Open http://localhost:3456 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Built on Create React App.