Hardocs/desktop-app

Replicating this repository

Opened this issue · 0 comments

  • Clone this repository.
  • run git fetch --all.
  • run git submodule init
  • run git submodule update
  • cd into hardocs-fs directory.
  • run yarn to install dependencies.
  • run yarn build to transpile the Typescript code into JS
  • cd to the root folder
  • run yarn to install dependencies (This will also install hardocs-fs which is a git submodule).
  • run yarn electron:serve to start up the application.