Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geekyharsh05/editmate

This is a text editor which is built using react, node.js, socket.io & quill.
https://github.com/geekyharsh05/editmate

bun express mongodb node react webdevelopment

Last synced: 5 days ago
JSON representation

This is a text editor which is built using react, node.js, socket.io & quill.

Awesome Lists containing this project

README

        

# EditMate: Text Editor

This project is built using the MERN stack (MongoDB, Express, React, Node.js). It also uses Quill as the text editor and Socket.io.
This project uses Bun as the package manager.

## Installation

To install the project, follow these steps:

1. Clone the repository
2. Install dependencies by running `bun install` in both the `backend` directory and the `frontend` directory
3. Start the server by running `bun dev` in the `backend` directory
4. Start the client by running `bun run dev` in the `frontend` directory

## Contributing

If you would like to contribute to the project, please follow these steps:

1. Fork the repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them
4. Push your changes to your fork
5. Submit a pull request to the main repository

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.