# chatterbox **Repository Path**: amyocean/chatterbox ## Basic Information - **Project Name**: chatterbox - **Description**: Chatterbox lets you securely embed Hydrogen on any website! - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: build-fix - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Chatterbox lets you securely embed [Hydrogen](https://github.com/vector-im/hydrogen-web) within any website. ### Develop Instructions --- 1) Clone the repo. 2) Install dependencies (you only need to do this once): ```properties yarn install ``` 3) Modify config.json in `public` directory with your homeserver details. (See `types/IChatterboxConfig.ts`) 4) Start develop server: ```properties yarn start ``` ### Build Instructions --- Follow the develop instructions above (steps 1-3), then: - Build chatterbox app into `/target` directory: ```properties yarn build ``` ### Embed Instructions ---