Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-obele/svelte-ably-test
https://github.com/michael-obele/svelte-ably-test
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-obele/svelte-ably-test
- Owner: Michael-Obele
- Created: 2023-11-04T09:37:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-04T10:30:53.000Z (about 1 year ago)
- Last Synced: 2024-10-07T16:56:43.437Z (about 1 month ago)
- Language: Svelte
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ably JS and SvelteKit Project
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:
1. Navigate to the project directory:
```
cd svelte-ably-test
```2. Start the development server:
```
npm run dev
```3. Open your web browser and go to `http://localhost:5173` to view the app.
## Demo App
You can access the demo app at this link: [Ably JS and SvelteKit Demo App](svelte-ably-test)