Web-ide How to contribute Fork the repository Clone it See the issues tab in github and try to add a new feature or improve design. Make sure everything is working. Test your code. Once you're sure everything works fine. You cann send a pull request. After Cloning Run npm install in root folder. Run npm install in name (client) folder. In root folder Run npm run dev for testing and working on the project Software pre-installed to run the project Node.js (optional) Run npm i -S package-name to install a specific package like concurrently or nodemon for your convinience.