Skip to content

Anant016/web-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-ide

How to contribute

  1. Fork the repository
  2. Clone it
  3. See the issues tab in github and try to add a new feature or improve design.
  4. Make sure everything is working. Test your code.
  5. Once you're sure everything works fine. You cann send a pull request.

After Cloning

  1. Run npm install in root folder.
  2. Run npm install in name (client) folder.
  3. In root folder Run npm run dev for testing and working on the project

Software pre-installed to run the project

  1. Node.js
  2. (optional) Run npm i -S package-name to install a specific package like concurrently or nodemon for your convinience.