Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 526 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 526 Bytes

automatas

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux