diff --git a/README.md b/README.md index 058abffd..f54b1d14 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Please consult [the wiki page regarding development](https://deckbrew.xyz/en/loa 1. Clone the repository using the latest commit to main before starting your PR. 1. In your clone of the repository, run these commands. ```bash + cd frontend pnpm i pnpm run build ```