diff --git a/.gitpod.yml b/.gitpod.yml index 9b831f29a..d925d1925 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -48,6 +48,11 @@ tasks: yarn install command: yarn dev --host 0.0.0.0 --base ./ + - name: Documentation + before: cd docs + init: make install + command: make dev + - name: Welcome to Funkwhale development! env: COMPOSE_FILE: /workspace/funkwhale/.gitpod/docker-compose.yml @@ -91,6 +96,10 @@ ports: visibility: private onOpen: ignore + - port: 8001 + visibility: public + onOpen: notify + vscode: extensions: - Vue.volar