Appearance
Appearance
To set up a reproducible environment independent from your system's installed software packages, use docker or mise.
Read the funkwhale docs about docker here.
To quickly run tests, linters, etc. locally, you don't need to install node or yarn globally (especially useful on Nix).
mise use yarn to enable the yarn command in your current shellpackage.json without installing any funkwhale-specific tools or starting containers on your system globally.Make sure to run yarn dev:docs while editing your components to see changes on-the-fly. Run yarn lint periodically or set up your editor to get eslint annotations while editing your code.
Getting started [Funkwhale Docs]
How to edit the UI strings [Funkwhale Docs] - How to add translations [Funkwhale Docs]