* feat(provider-transformers): added package to integrate transformers.js with xsai * fix: build * chore: use updated xsai --------- Signed-off-by: Neko Ayaka <neko@ayaka.moe>
たまごっち アイリ
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