Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nipsysdev/opentapes

(Codeberg Mirror) A convergent/adaptive desktop app for streaming Hip-Hop mixtapes.
https://github.com/nipsysdev/opentapes

rust tailwindcss tauri vue3 vuex

Last synced: 11 days ago
JSON representation

(Codeberg Mirror) A convergent/adaptive desktop app for streaming Hip-Hop mixtapes.

Awesome Lists containing this project

README

        

# Opentapes



 



 




A convergent/adaptive app for streaming Hip-Hop mixtapes hosted on MyMixtapez.com.

Built with Vue.js,
Tauri &
Naive UI.

Made with ♥.



## Installation
Note: I'm still working on making Opentapes available to more Linux distros.
### Releases
Releases for Linux (.deb) & Windows (x64 installer) can be found in the [releases page](https://codeberg.org/xaviers/Opentapes/releases).

### Repositories
#### Arch Linux (AUR)
```
yay -S opentapes-bin
```

## Building from source
### Set up Tauri and its dependencies
1. Refer to [Tauri's official documentation](https://tauri.studio/en/docs/getting-started/intro) to install Tauri, Node.js & Rust.
2. Install tauri-cli using cargo: `cargo install tauri-cli --version 1.0.0-beta.7`.

Note: This project uses Yarn 1.x as Node.js package manager. Will migrate to 2.x soon.

### Installing Front-End dependencies
```
yarn install
```

### Building for production
```
yarn build && cd src-tauri && cargo tauri build
```

## Contributing

Bug reports, pull requests, and ideas are welcomed.

## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.html)