# 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
All source code within this repository are released under the MIT License. For a detailed license file, please refer to LICENSE.