Real-time collaborative document editing app.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/Arun-Kumar21/koffee.git
cd koffee
- Install dependencies for the client:
cd client
npm install
- Install dependencies for the server:
cd ../server
npm install
- Start the client development server:
cd client
npm run dev
- Start the server development server:
cd ../server
# Setup environment variables
cp .env.example .env
# Start the server
nodemon