mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Docs: Add mention to install devDependencies
Before `yarn build` can be succesfully run, we need to install the devDependencies. This is necessary, because `bin/setup` does not install the devDependencies… Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
3e836d815b
commit
a4b4ebd80c
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ echo "Installing packages..."
|
|||
yarn install --production=true --pure-lockfile
|
||||
|
||||
cat << EOF
|
||||
|
||||
If you want to build the frontend yourself, you need to run 'yarn install' before 'yarn build' to install the devDependencies for the build process.
|
||||
|
||||
Edit the following config file to setup HedgeDoc server and client.
|
||||
Read more info at https://docs.hedgedoc.org/configuration/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue