Create a project directory:
mkdir examples
cd examplesClone the repo:
git clone https://github.com/RestDB/codehooks-io-examples.git
cd codehooks-io-examples/realtime-chatCreate a new project in the Codehooks.io Studio app, and then connect the code to this project:
coho init --emptyInstall packages:
npm installDeploy the app to the cloud:
npm run deployFind the app URL(s):
coho infoOpen in web browser:
https://{{your URL here}}/public/index.html