Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 296 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 296 Bytes

markdown-notes

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux