mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 09:09:16 +02:00
Added front redirection and updated contribution instructions
This commit is contained in:
parent
cf13a788f9
commit
0012182d86
2 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,7 @@ Setup front-end only development environment
|
|||
|
||||
4. Launch the development server::
|
||||
|
||||
# this will serve the front-end on http://localhost:8000
|
||||
# this will serve the front-end on http://localhost:8000/front/
|
||||
VUE_PORT=8000 yarn serve
|
||||
|
||||
5. Make the front-end talk with an existing server (like https://demo.funkwhale.audio),
|
||||
|
|
|
@ -54,6 +54,11 @@ export default new Router({
|
|||
name: 'index',
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path: '/front',
|
||||
name: 'front',
|
||||
redirect: '/'
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'about',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue