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
- Host: GitHub
- URL: https://github.com/nxshell/shell
- Owner: nxshell
- License: mit
- Created: 2022-09-20T07:05:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T08:05:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T13:33:00.374Z (over 1 year ago)
- Language: Vue
- Homepage: https://nxshell.github.io/
- Size: 4.25 MB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```