Google Docs Clone
Ludvig is an online text-editor featuring real-time collaboration between multiple users. Changes are represented and resolved using Operational Transformation (OT).
- Docker
- Node.js (For Development)
-
Clone the repo
git clone https://github.com/clucidojr123/Ludvig.git
-
cd into project directory
cd Ludvig
-
To launch in a production environment:
docker-compose up -d
-
To launch in a development environment:
docker-compose -f docker-compose-dev.yml up -d