From 4bf8778d8376ae041992ea9ac0d72a8e3d2b6708 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 15 Mar 2022 11:59:10 +0100 Subject: [PATCH] Update contribution guide for frontend fast track --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index db5e556ad..ac0f1687b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -47,8 +47,8 @@ Setup front-end only development environment 5. Launch the development server:: - # this will serve the front-end on http://localhost:8000/front/ - VUE_PORT=8000 yarn serve + # this will serve the front-end on http://localhost:8080 + yarn dev 6. Make the front-end talk with an existing server (like https://demo.funkwhale.audio or https://open.audio), by clicking on the corresponding link in the footer