An Electron application with React and TypeScript. This application uses Jotai for state management. You can use this application to take notes using a Markdown Editor and save your notes locally.
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux