Develop using Vite
If you want to make changes to the frontend, you can use Vite to run a development server. This allows you to run a Funkwhale web app and see changes in real time
Clone the repository:
git clone git@dev.funkwhale.audio/funkwhale/funkwhale.git cd funkwhale/front
git clone https://dev.funkwhale.audio/funkwhale/funkwhale.git cd funkwhale/front
Install all dependencies:
yarn install
Launch the development server:
yarn dev
You can access the Funkwhale web app at http://localhost:8000/front
. Connect this app to your pod by selecting Switch instance in the sidebar.