Writer

Installation

Writer is cross-plaform. The repository Github includes build scripts for macOS/Windows/Linux.

Terminal window
git clone github.com/git-emran/simple-notes.git

Step 1: Install Dependencies

If You are using `npm` or `yarn` run npm or yarn install

Terminal window
npm install

Step 2: Build script

To build run the following command:

Terminal window
npm run build

To get an executable run the following command, which is available on the `dist` folder.

Terminal window
npm run package:mac