/finish-em

Org-mode styled personal organiser

Primary LanguageTypeScriptMIT LicenseMIT

Finish-em

Who doesn't need a 400MB todo list?

Getting Started

Basic guide to getting Finish-em up and running

Installing

Initially clone the repo

git clone https://github.com/ryankscott/finish-em.git

Install the dependencies

npm install

Developing

Running the Electron version (development)

npm run start

Building

Building the Electron app

The following commands will build the mac version of Finish-em

npm run package