This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
umbra-electron/README.md

538 B

Umbra TODO

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