# Console-Lite **Repository Path**: JieJiSS/Console-Lite ## Basic Information - **Project Name**: Console-Lite - **Description**: 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 [![Travis](https://img.shields.io/travis/CircuitCoder/Console-Lite.svg?style=flat-square)](https://travis-ci.org/CircuitCoder/Console-Lite) [![AppVeyor](https://img.shields.io/appveyor/ci/CircuitCoder/console-lite.svg?style=flat-square)](https://ci.appveyor.com/project/CircuitCoder/console-lite) [![David](https://img.shields.io/david/CircuitCoder/Console-Lite.svg?style=flat-square)](https://david-dm.org/CircuitCoder/Console-Lite) [![David Dev](https://img.shields.io/david/dev/CircuitCoder/Console-Lite.svg?style=flat-square)](https://david-dm.org/CircuitCoder/Console-Lite) ## Develop ```bash # Install dependencies yarn install --frozen-lockfile yarn rebuildNative # Rebuild native modules for Electron # Start from source: yarn start # Start only the server: yarn server ``` To build the executable package, please run the following commands. ```bash yarn pack ``` If you want to run from source again, you need to reinstall the dev dependencies ## License All source code within this repository are released under the MIT License. For a detailed license file, please refer to LICENSE.