Skip to content

sgtaziz/10man.io-client

Repository files navigation

10man.io client Build status

Client for 10man.io

Getting Started

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

Project structure

src/main contains electron main script.

src/renderer contains vue-js application.