A music player that connects to your cloud/distributed storage.
at v4 7 lines 675 B view raw view rendered
1# Welcome 👋 2 3Thanks for considering to contribute! To get started, take a look at the following items: 4 5- **`README.md`**: Also in the root of this project, along side this file, for some general context and build instructions. 6- **Explainer web page**: Important context, explains all non-technical aspects. You can either check out the [last deployed version](https://elements.diffuse.sh/latest/), or build the version located in this repo (`deno run build``dist/index.html`, or alternatively: `deno run serve` and open `http://localhost:3000`) 7- **Architecture docs**: Another important piece, talks about code and file/directory organisation. Located in `docs/`.