This guide will help you set up and run the ChitChat web client.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/L3xLabs/chitchat-web-client.git git clone https://github.com/L3xLabs/chitchat-react-sdk.git
-
Set up the
matrix-js-sdk
:pushd matrix-js-sdk yarn link yarn install popd
-
Set up the
matrix-react-sdk
:pushd matrix-react-sdk yarn link yarn link matrix-js-sdk yarn install popd
-
Set up the ChitChat web client:
cd chitchat-web-client yarn link matrix-js-sdk yarn link matrix-react-sdk yarn install
-
Start the application:
yarn start
The application should now be running locally. You can access it via your browser.
If you encounter any issues, please refer to the official documentation or create an issue in the GitHub repository.