Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razor-eng/slack-2024
https://github.com/razor-eng/slack-2024
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/razor-eng/slack-2024
- Owner: Razor-eng
- Created: 2024-09-10T20:31:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T22:44:47.000Z (2 months ago)
- Last Synced: 2024-11-29T23:26:13.478Z (2 months ago)
- Language: TypeScript
- Homepage: https://slack-gray-seven.vercel.app
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack
A Slack clone to create, update and delete worksapce, with inviting users to your worksapce similar to Slack Application.
## Features- Protected Routes
- Add/Update/Delete Workspaces
- Responsive workspaces
- Add/Delete Members
- Realtime updates
- Fullscreen mode
- Cross platform## Tech Stack
**Client:** Next, TailwindCSS, Shadcn
**Server:** Node, Convex
**Database:** Convex
## Installation
Copy my-project to repository
```bash
git clone [email protected]:Razor-eng/Slack-2024.git my-project
```Install my-project with npm
```bash
cd my-project
npm install
```
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
`CONVEX_DEPLOYMENT`
`NEXT_PUBLIC_CONVEX_URL`