Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 693 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 693 Bytes

terminal_webapp

Webapp of a makeshift terminal which is used by adding a tag to a div in HTML, all commands are made through the html with tag.

Minimal setup is required, only customization via HTML, load method in html and an id to the div with the terminal. Also you must include the term.min.js file into your html from the dist directory, in addition for the moment, jquery will be required in addition to the term.min.js file.

To set up for development, npm is required just install npm then run: npm install Then to deploy it on your browser run gulp, which is installed with npm. run: gulp It will automatically refresh and update the test index.html file.