Collaborize - Collaborations Made Easy
Collaborize simplifies teamwork with chat rooms for real-time discussions, drawing rooms for visual collaboration, and a helpful chatbot. Create rooms and share links effortlessly to brainstorm, exchange ideas, and enhance productivity. Efficient, inclusive, and innovative – Collaborize streamlines collaboration for seamless teamwork.
To get started with Collaborize, follow these simple steps:
- Node.js installed on your machine
- Package manager
pnpm
shoukd be installed
-
Clone the repository:
git clone https://github.com/ajmalmohad/collaborize.git cd collaborize
-
Set up environment variables:
- Create a
.env
file based on the provided.env.example
file.
- Create a
-
Install dependencies using
pnpm
:pnpm install
Once you have installed all dependencies, start the application by running:
npm run start