terminode
v0.0.14
Published
****
Downloads
21
Readme
#terminode
A web browser command line/terminal GUI built with Node.js
currently only developed for windows but plan to support more platforms in the future
###Usage
- insatll with npm
npm install -g terminode
- run
terminode
to start the app (defaults to port 3000) - to set the port run
set PORT=4501 && terminode
###Development
npm install
install ruby and make sure it installs to your PATH for windows
install sass with
gem install sass
grunt run-dev
for running in developmentgrunt run
for running in productiongrunt run-debug
for running in debug with node inspectortest with
grunt test