Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 277 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 277 Bytes

shell

NxShell source code

How to run it

open an terminal

git clone https://github.com/nxshell/shell.git
cd shell
git clone https://github.com/nxshell/core.git
cd core && npm i
cd .. && npm i
npm run serve

open other terminal

node devtools/rundev.js