Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 547 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 547 Bytes

Markdown Notepad

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 👇

Here are some Screen Shots of the Application:

notepad


Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux