Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 586 Bytes

iNoteX

iNoteX is a simple note-tracking app that uses Markdown syntax to format your notes.

iNoteXImage

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux