From 972c10353861371b91a3e9e3a30b2583bcd4e3e0 Mon Sep 17 00:00:00 2001 From: besendorf Date: Thu, 12 Jan 2023 15:37:53 +0100 Subject: [PATCH] fix error and add folder name --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 16bfd796..52ff187b 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -41,7 +41,7 @@ Most new frontend pages are build using [Vue.js](https://vuejs.org/). In order to work on these pages, you will have to install a Javascript package manager of your choice. The following examples use yarn. -In the run `yarn install` to install the dependencies. After that you can use `yarn serve` to start the development server, +In the `vue` folder run `yarn install` to install the dependencies. After that you can use `yarn serve` to start the development server, and proceed to test your changes. If you do not wish to work on those pages, but instead want the application to work properly during development, run `yarn build` to build the frontend pages once.