Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.09 KB

Console Lite

Travis AppVeyor David David Dev

Develop

# 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.

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.