node-mc
Midnight Commander written in React/Node stack.
Installing
npm i node-mc
or globalnpm i node-mc -g
- Install
PhantomJS 2.0
–brew install phantomjs
orsudo 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