Collaborative Markdown Editor, A Real-time markdown editor with real-time edits.
Features:
- Realtime Markdown Edit
- Google, and Github Login
- Autosave changes
Website Link: Collaborative Markdown Editor
- HTML/CSS
- Javascript
- React
- Tailwind CSS
- Zustand
- Nodejs/Expressjs
- MongoDB
- Socket.io
- Firebase
Install modules mentioned in package.json
Create a .env file in the client folder and add following in it
REACT_APP_SERVER = <Your Backend URL>
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Install modules mentioned in package.json
Create .env file in server folder and paste following in it
DB_URL=<Your MongoDB Database URL>
CLIENT=<Your Frontend URL>
JWT_ACCESS_TOKEN_SECRET=<Any Random String>
JWT_REFRESH_TOKEN_SECRET=<Any Random String>
Runs the app in the development mode.
Open http://localhost:5000 to run server.
You will also see any errors or information in the console