https://github.com/akiokuroi/xnet-desktop
The unofficial desktop client of AniNet in TypeScript (Electron)
https://github.com/akiokuroi/xnet-desktop
aninet desktop electron linux macos nightly planning typescript windows
Last synced: 5 months ago
JSON representation
The unofficial desktop client of AniNet in TypeScript (Electron)
- Host: GitHub
- URL: https://github.com/akiokuroi/xnet-desktop
- Owner: AkioKuroi
- Created: 2024-08-22T15:47:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:54:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:17:33.517Z (about 1 year ago)
- Topics: aninet, desktop, electron, linux, macos, nightly, planning, typescript, windows
- Language: Vue
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xnet-desktop
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).