fix(docs): Adjust getting started docs

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-12-05 20:16:27 +01:00
parent 298b6bc205
commit 60db7f4931
4 changed files with 36 additions and 26 deletions

View file

@ -6,12 +6,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
# Setting up the frontend
You need at least Node 14 (we recommend Node 18) and [yarn](https://yarnpkg.com/).
You MUST use yarn! There is no support for npm.
1. Clone this repo (e.g. `git clone https://github.com/hedgedoc/hedgedoc.git hedgedoc`)
2. Go into the frontend directory (e.g. `cd hedgedoc/frontend`)
3. Run `yarn install`
Follow the preparation instructions in [getting started](../getting-started.md)
## Development mode