# shell **Repository Path**: kaka_MOD/shell ## Basic Information - **Project Name**: shell - **Description**: NxShell 软件源代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-10-24 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```