Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 364 Bytes

WebIDE for Protocoder

  1. First you need to have nodejs and npm in your system
  2. Install grunt-cli npm install grunt-cli
  3. Get all the required modules npm install
  4. Use grunt to build the website grunt grunt //launch a server grunt build //build the website in build directory grunt deploy //build and copy the folder insider Protocoder assets