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: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khairul-islam98/slack-clone
- Owner: Khairul-islam98
- Created: 2024-09-05T09:25:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:48:26.000Z (over 1 year ago)
- Last Synced: 2025-04-08T18:47:27.821Z (about 1 year ago)
- Topics: chat, convex, jota, nextjs, nuqs, react, shadcn, slack, typscript, vercel
- Language: TypeScript
- Homepage: https://slack-tutorial-mu.vercel.app
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```