Client for 10man.io
Clone this repository, install dependencies and run using either dev
, debug
or build
command.
# Install dependencies
yarn
# Run in `debug` mode, to debug app using VSCODE
yarn debug
# Run in `dev` mode
yarn dev
# Build installer for this app
yarn build
src/main
contains electron main script.
src/renderer
contains vue-js application.