Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

reel2bits/reel2bits.org

Repository files navigation

reel2bits logo
reel2bits website repository

WebsiteMatrix room: #reel2bits:otter.sh - Installation & Documentation

Reel2bits is a soundcloud-like self-hosted opensource web application. It allows you to upload tracks, transcode them if needed and publish podcasts or albums.

ActivityPub federation is still a work in progress, everything else works.

Please note that this actual repository is only the website of the project, see here for the actual application source code.

Development notes

The Developper documentation is available here: https://docs-develop.reel2bits.org/contributing.html

Translators documentation

Refers to https://docs-develop.reel2bits.org/translators.html which is also applicable to this website app.

Licensing

  • AGPL v3

Development notes

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn run test

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.