Chatterbox lets you securely embed Hydrogen within any website.
Develop Instructions
- Clone the repo.
- Install dependencies (you only need to do this once):
yarn install
- Modify config.json in
public
directory with your homeserver details.
(Seetypes/IChatterboxConfig.ts
) - Start develop server:
yarn start
Build Instructions
Follow the develop instructions above (steps 1-3), then:
- Build chatterbox app into
/target
directory:yarn build