# core **Repository Path**: jirocat/core ## Basic Information - **Project Name**: core - **Description**: NxShell 源代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-04-20 - **Last Updated**: 2023-04-20 ## 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 ```