This project is a sample implementation of a slack clone application using Typescript, Nextjs, convex, shadcn
https://slack-tutorial-mu.vercel.app
- Nextjs
- Convex
- Typescript
- Tailwind css
- Shadcn
- Quill js
- nuqs
- jotai
- Clone the repository
https://github.com/Khairul-islam98/Slack-Clone.git
- Project open
cd Slack-Clone
- Create a .env.local file in the root directory of the project and add the following environment variables
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
- install the required packages
npm i
- Run the Application locally
npm run dev