This repository is the backend of the CodEditor online editor project
Use the git clone <remote>
to download and run the server at localhost
git clone https://github.com/souravrax/codeditor-back.git
yarn && yarn dev
npm install && npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.