Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nipsysdev/opentapes
- Owner: nipsysdev
- License: gpl-3.0
- Created: 2023-12-17T22:58:02.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-17T23:23:56.000Z (about 1 year ago)
- Last Synced: 2024-12-15T00:29:29.617Z (14 days ago)
- Topics: rust, tailwindcss, tauri, vue3, vuex
- Language: TypeScript
- Homepage: https://codeberg.org/xaviers/Opentapes
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)