An open API service indexing awesome lists of open source software.

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)

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/).