Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 589 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 589 Bytes

Electron Vite Anime list

An anime list desktop application made with Electron-Vite, React, TypeScript, React Query, and Kitsu API.

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux