Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/soundclone
A self-hosted soundcloud clone.
https://github.com/aeyoll/soundclone
Last synced: 3 days ago
JSON representation
A self-hosted soundcloud clone.
- Host: GitHub
- URL: https://github.com/aeyoll/soundclone
- Owner: aeyoll
- License: mit
- Created: 2023-07-26T15:39:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T14:06:34.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:25:13.255Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soundclone
A self-hosted soundcloud clone.
Requirements
---- poetry
- pnpm
- python 3.10+
- audiowaveform
- docker and docker compose (for easier development)Installation
---```shell
pnpm i
poetry install
```Running
---```shell
docker compose up
poetry run ./manage.py runserver
pnpm run dev # Dev server available: http://127.0.0.1:5173/
```