This project demonstrates the integration of Ably JS with SvelteKit to build a real-time web application. It includes a demo app that showcases the integration's functionality.
To clone the repository, use this command in your terminal:
git clone https://github.com/Michael-Obele/svelte-ably-test.git
After cloning the repository, navigate to the project directory using the cd
command:
cd svelte-ably-test
Next, install the project dependencies by running this command:
npm install
To run the demo app, follow these steps:
cd svelte-ably-test
npm run dev
http://localhost:5173
to view the app.You can access the demo app at this link: Ably JS and SvelteKit Demo App