Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/
```