rwc-client
v0.29.9
Published
## 🚀 Get started 1. clone repo 2. define `NPM_TOKEN` as profile variable to install inner OneReach dependencies 3. `$ npm i` 4. [deploy-platform](https://gitlab.com/onereach/platform/deploy-platform) - clone and follow installation instructions 5. make s
Downloads
5
Readme
Rich Web Chat client
🚀 Get started
- clone repo
- define
NPM_TOKEN
as profile variable to install inner OneReach dependencies $ npm i
- deploy-platform - clone and follow installation instructions
- make sure
or cli
installed$ or
- project can be run only with specific environment config. open
$ nano ~/.aws/credentials
and check that file contains credentials for the environment - run development server with staging env config:
$ or run stg .
OR$ npm run dev
and chose environment, project and branch
📡 Deploy
Project has CI/CD for the master branch. If you want to deploy your version to specific feature:
- run
$ or deploy
and follow instruction OR use shortcut for local deployor deploy [ENV] . --feature [FEATURE_NAME]
The deployment progress is also sent to the ENV specific Slack channel e.g. #dpl-staging
📘 Docs
We are using vuepress for generating project docs.
cd ./docs
&& npm run dev
ℹ️ Useful links
- DOCS - https://chat.[ENV].onereach.ai/docs. For staging env - https://chat.staging.onereach.ai/docs
- Check project version https://chat.[ENV].onereach.ai/version.json. For staging env - https://chat.staging.onereach.ai/version.json
- Steps repo - https://gitlab.com/onereach/platform/chat-group/steps