# core **Repository Path**: tangxiaofeng97/core ## Basic Information - **Project Name**: core - **Description**: github上nxshell/core 的分支 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-27 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```