Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 963 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 963 Bytes

📃 Rotion

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm run dev

Build

# For windows
$ pnpm run build:win

# For macOS
$ pnpm run build:mac

# For Linux
$ pnpm run build:linux

Some useful Electron templates

Some local database tips

In certain applications you may want to use a local database to store the data on the user's computer.