Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khairul-islam98/slack-clone
- Owner: Khairul-islam98
- Created: 2024-09-05T09:25:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:48:26.000Z (21 days ago)
- Last Synced: 2024-11-01T17:06:33.212Z (6 days 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: 2
- 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
```