Skip to content

Khairul-islam98/Slack-Clone

Repository files navigation

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
  1. Project open
cd Slack-Clone

  1. Create a .env.local file in the root directory of the project and add the following environment variables
CONVEX_DEPLOYMENT=

NEXT_PUBLIC_CONVEX_URL=

  1. install the required packages
npm i
  1. Run the Application locally
npm run dev