Installation
Writer is cross-plaform. The repository Github includes build scripts for macOS/Windows/Linux.
git clone github.com/git-emran/simple-notes.gitStep 1: Install Dependencies
If You are using `npm` or `yarn` run npm or yarn install
npm installStep 2: Build script
To build run the following command:
npm run buildTo get an executable run the following command, which is available on the `dist` folder.
npm run package:mac