A simple collaborative code editor that allows people to work together in real-time. There is a lot more features to implement, like allowing people to work on several files or even a folder, maybe even a chat box for the collaborators to talk in real-time.
-
Download the repo 🆙
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies from the directory path
npm install
-
Create your
.env.local
fileAdd your backend Endpoint URL in it
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run start