Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arun-Kumar21/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 text editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •