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

https://github.com/nxshell/core

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

Last synced: 3 months ago
JSON representation

NxShell source code for core

Awesome Lists containing this project

README

          

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