Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ CCSync is composed of **three core modules**:

📖 Learn more in the [official documentation](https://its-me-abhishek.github.io/ccsync-docs/).

## Prerequisites

Before setting up the project, ensure you have the following installed:

- **Go (Golang):** Version 1.21 or higher (Required for Backend).
- **Node.js & npm:** Version 18 or higher (Required for Frontend).
- **Docker:** (Optional) Required only if you want to run the Sync Server or the full stack via `docker-compose`.
- **Tmux:** (Linux/macOS only) Required only if you use the `setup.sh` script. Windows users should follow the **Manual Setup** instructions.

## Development Setup

Want to contribute or run CCSync locally? We've made it easy!
Expand Down
Loading