Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.67 KB

node-mc

NPM version Build status Test coverage Dependency Status License

Midnight Commander written in React/Node stack.

How it works

Installing

  • npm i node-mc or global npm i node-mc -g
  • Install PhantomJS 2.0brew install phantomjs or sudo apt-get install phantomjs.

Running

nmc or npm start

Currently it has font rendering issues due to PhantomJS, in order to have full experience, please run nmc in development mode (see below).

Running in development mode

git clone git://github.com/azproduction/node-mc.git
cd node-mc
npm install
npm run debug