Skip to content

Real-time collaborative document editing app.

Notifications You must be signed in to change notification settings

Guptaashish2003/koffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Koffee

Real-time collaborative document editing app.

Project Setup

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/Arun-Kumar21/koffee.git
cd koffee
  1. Install dependencies for the client:
cd client
npm install
  1. Install dependencies for the server:
cd ../server
npm install

Running the Development Servers

  1. Start the client development server:
cd client
npm run dev
  1. Start the server development server:
cd ../server

# Setup environment variables
cp .env.example .env

# Start the server
nodemon

About

Real-time collaborative document editing app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • CSS 3.4%
  • JavaScript 1.4%
  • HTML 0.2%