Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 837 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 837 Bytes

NoteMark

Overview

This repository contains the code for a note-taking desktop app with out-of-the-box markdown support. Built with Electron and React, this project is compatible and easily installable across multiple platforms including Mac, Windows, and Linux. Perfect for storing markdown notes on your desktop with ease.

Project Setup

Install

yarn

Development

yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

Contributing

While this is a personal project, I'm open to collaboration. If you have suggestions for improvements, please open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.