Loreshelf is a knowledge archive that enables you to organize concise notes.
First, clone the repo via git:
git clone https://github.com/loreshelf/loreshelf.gitAnd then install the dependencies with yarn.
$ cd loreshelf
$ yarnStart the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn devTo package apps for the local platform:
$ yarn package