Files
moeka-project/apps/stage-tamagotchi
LemonNeko 636371e971 feat(stage-tamagotchi): system tray (#32)
* fix(tamagotchi): cannot use default select copy and paste
* style(tamagotchi): scrollbar
* fix(tamagotchi): set motion
* feat(tamagotchi): system tray
* fix: linter issue
* fix: typecheck
* fix: electron declaration
2025-02-23 22:54:24 +08:00
..
2025-02-20 17:37:33 +08:00

たまごっち アイリ

A desktop application for たまごっち アイリ.

Project Setup

Install

$ pnpm install

Development

$ cd /apps/stage
$ pnpm dev:tamagotchi

Then open another terminal and run:

$ cd /apps/tamagotchi
$ pnpm dev:tamagotchi

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux