This project is a real-time chat application built with Svelte and powered by Vite, utilizing Supabase for real-time data handling.
- Real-time messaging
- User authentication
- Responsive UI
- Cross-platform support
Before you begin, ensure you have met the following requirements:
- Node.js (LTS version recommended)
- A Supabase account and project
To install the Real-Time Chat App, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/real-time-chat-app.git
- Navigate to the project directory:
cd real-time-chat-app
- Install dependencies:
npm install
To run the Real-Time Chat App, use the following command:
npm run dev
The app will be available at http://localhost:3000
.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.