Skip to content

The knowledge archive that enables you to organize concise notes

License

Notifications You must be signed in to change notification settings

loreshelf/loreshelf

Repository files navigation

Loreshelf

Loreshelf is a knowledge archive that enables you to organize concise notes.


Code

First, clone the repo via git:

git clone https://github.com/loreshelf/loreshelf.git

And then install the dependencies with yarn.

$ cd loreshelf
$ yarn

Starting Development

Start 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 dev

Packaging

To package apps for the local platform:

$ yarn package