Skip to content

CodeWithGionatha-Labs/NoteMark

Repository files navigation

NoteMark

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

You can follow along the entire development of this project here 👇

Preview

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux