This repository is a fork of the Yukino app.
You can download the latest version of app from the releases tab.
- Node.js (JavaScript Runtime)
- Typescript (Runtime)
- Yarn (Package manager)
- Vite (Base site)
- Electron (Desktop app)
- Capacitor (Mobile app)
- Tailwind CSS (Styling)
- ./src - Core vue app (SPA)
- ./environments
- ./electron - Electron-related files (Windows, Linux, MacOS)
- ./capacitor
- ./android - Capacitor-related files (Android)
- ./scripts - Required scripts
- ./resources - Required assets
- ./screenshots - App previews
- anime-ext - Fetches all the required data
Ways to contribute to this project:
- Submitting bugs and feature requests in issues
- Opening pull requests containing bug fixes, new features, etc.
git clone https://github.com/zyrouge/yukino-app.git
cd yukino-app
yarn
yarn vite:dev # Vite
yarn electron:dev # Electron
# No hot reload for Capacitor
yarn vite:build # Vite
yarn electron:build # Electron
yarn capacitor:android:build # Capacitor (android)