Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khairul-islam98/slack-clone


https://github.com/khairul-islam98/slack-clone

chat convex jota nextjs nuqs react shadcn slack typscript vercel

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Slack Tutorial

This project is a sample implementation of a slack clone application using Typescript, Nextjs, convex, shadcn

---

## Live Link
https://slack-tutorial-mu.vercel.app

---

## Technologies Used

- Nextjs
- Convex
- Typescript
- Tailwind css
- Shadcn
- Quill js
- nuqs
- jotai

---

# How to run the application locally

1. Clone the repository

```
https://github.com/Khairul-islam98/Slack-Clone.git
```

2. Project open

```
cd Slack-Clone

```
3. Create a .env.local file in the root directory of the project and add the following environment variables

```
CONVEX_DEPLOYMENT=

NEXT_PUBLIC_CONVEX_URL=

```

4. install the required packages

```
npm i
```

5. Run the Application locally

```
npm run dev
```