This is an online code editor that supports multiple programming languages.
- Multiple language support
- Code editing with syntax highlighting
- Customizable editor settings
# clone the repository
git clone https://github.com/yusukebe/online-code-editor.git
cd online-code-editor # copy the .env.example file to .env and set the environment variables
cp .env.example .env # install dependencies
npm install # run the app
npm run dev
