Skip to content

Commit 0df8af8

Browse files
committed
hactoberfest_technohacks_codespace_2024
1 parent dc1db6d commit 0df8af8

12 files changed

+4486
-255
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
![logo](https://github.com/sahilatahar/Code-Sync/assets/100127570/d1ff7f52-a692-4d51-b281-358aeab9156e)
1+
![logo](https://github.com/gitsofaryan/codespace/blob/main/client/src/assets/codespace.svg)
22

33
A collaborative, real-time code editor where users can seamlessly code together. It provides a platform for multiple users to enter a room, share a unique room ID, and collaborate on code simultaneously.
44

5-
![GitHub contributors](https://img.shields.io/github/contributors/sahilatahar/Code-Sync?style=for-the-badge&color=48bf21)
6-
![GitHub Repo stars](https://img.shields.io/github/stars/sahilatahar/Code-Sync?style=for-the-badge)
7-
![GitHub issues](https://img.shields.io/github/issues/sahilatahar/Code-Sync?style=for-the-badge&color=d7af2d)
8-
![GitHub pull requests](https://img.shields.io/github/issues-pr/sahilatahar/Code-Sync?style=for-the-badge&color=f47373)
9-
![GitHub License](https://img.shields.io/github/license/sahilatahar/Code-Sync?style=for-the-badge&color=e67234)
10-
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fsahilatahar%2FCode-Sync&label=Repo%20Views&countColor=%2337d67a&labelStyle=upper)
5+
![GitHub contributors](https://img.shields.io/github/contributors/gitsofaryan/codespace?style=for-the-badge&color=48bf21)
6+
![GitHub Repo stars](https://img.shields.io/github/stars/gitsofaryan/codespace?style=for-the-badge)
7+
![GitHub issues](https://img.shields.io/github/issues/gitsofaryan/codespace?style=for-the-badge&color=d7af2d)
8+
![GitHub pull requests](https://img.shields.io/github/issues-pr/gitsofaryan/codespace?style=for-the-badge&color=f47373)
9+
![GitHub License](https://img.shields.io/github/license/gitsofaryan/codespace?style=for-the-badge&color=e67234)
10+
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fgitsofaryan%2Fcodespace&label=Repo%20Views&countColor=%2337d67a&labelStyle=upper)
1111

1212
## 🔮 Features
1313

@@ -30,7 +30,7 @@ A collaborative, real-time code editor where users can seamlessly code together.
3030

3131
## 🚀 Live Preview
3232

33-
You can view the live preview of the project [here](https://code-sync-live.vercel.app/).
33+
You can view the live preview of the project [here](https://codespacex.vercel.app/).
3434

3535
## 💻 Tech Stack
3636

@@ -50,7 +50,7 @@ You can view the live preview of the project [here](https://code-sync-live.verce
5050
1. **Fork this repository:** Click the Fork button located in the top-right corner of this page to fork the repository.
5151
2. **Clone the repository:**
5252
```bash
53-
git clone https://github.com/<your-username>/Code-Sync.git
53+
git clone https://github.com/<your-username>/codespace.git
5454
```
5555
3. **Set .env file:**
5656
Inside the client and server directories rename the `.env.example` file to `.env` and set the following environment variables:

Screenshot 2024-07-10 234914.png

111 KB
Loading

Screenshot 2024-07-10 235001.png

46.2 KB
Loading

Screenshot 2024-07-10 235105.png

51.1 KB
Loading

Screenshot 2024-07-10 235151.png

44.8 KB
Loading

0 commit comments

Comments
 (0)