An open API service indexing awesome lists of open source software.

https://github.com/nxshell/shell

NxShell source code for shell
https://github.com/nxshell/shell

Last synced: about 1 year ago
JSON representation

NxShell source code for shell

Awesome Lists containing this project

README

          

# 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
```