/noteMark

A Note taking desktop app with out-of-the-box markdown support. Built with Electron and React.

Primary LanguageTypeScriptMIT LicenseMIT

NoteMark

A Note taking desktop app with out-of-the-box markdown support. Built with Electron and React.

Screenshot 🌇

NoteMark

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux