Skip to content

installing from github

soliton4 edited this page Feb 24, 2014 · 1 revision

git clone https://github.com/soliton4/nodeMirror
cd nodeMirror
git submodule init
git submodule update
npm install
node bin/nodeMirror.js --port 3000 --dir . --username username --password password

Clone this wiki locally