# Console-Lite-Edited **Repository Path**: JieJiSS/Console-Lite-Edited ## Basic Information - **Project Name**: Console-Lite-Edited - **Description**: This repo will be used for development of Console Lite Edited. The origin forked repo will be used for sending pull requests to Console Lite. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Console Lite Edited [![Build Status](https://travis-ci.org/JieJiSS/Console-Lite-Edited.svg?branch=master&style=flat-square)](https://travis-ci.org/JieJiSS/Console-Lite) [![My Website](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg?style=flat-square)](https://jiejiss.xyz/cle) A next-generation MUN hosting software. ## Notice @CircuitCoder is merging this repo with CircuitCoder/Console-Lite . Soon CircuitCoder/Console-Lite will finish syncing, and this repo will be deprecated (since he has better deploying infrastructure, and I'll soon temporarily quit MUN in a year.) ## 主页 [Download](https://jiejiss.xyz/cle) ## 开发 在 Clone 项目过后,请使用以下指令安装依赖: ```bash npm install npm run rebuildNative # Rebuild native modules for Electron ``` 注意:这一步需要`Node_ABI === ELECTRON_ABI` (electron v1.8对应Node v8) 启动应用: ```bash npm start ``` 启动服务器: ```bash npm run server ``` 生成可执行文件: ```bash npm prune --producation # 删除开发依赖 npm install electron-packager # 重新安装打包器 npm install electron # 重新安装Electron。一些module使用了`require('events').EventEmitter [deprecated]`,因此可能需要手动修改。 npm run pack npm install # 重新安装开发依赖 ``` ## 许可证 本项目所有代码在 MIT 协议下发布,详细信息请参考 LICENSE 文件