From b86bc53a483bc77d7eb2a78dbc86a630af418071 Mon Sep 17 00:00:00 2001 From: Dominik Milacher Date: Sun, 15 Jun 2025 12:22:58 +0200 Subject: [PATCH] Add some notes to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bb6aa..0cbe438 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Package creation: `pnpm dlx nuxi@latest init -t module packages/ui --packageManager pnpm`. App creation: `pnpm dlx nuxi@latest init apps/panoramablick --packageManager pnpm`. - +Setup in the root via `pnpm install`. Running a single app in dev mode via `pnpm run dev` in that app directory. + This is a community-maintained example. If you experience a problem, please submit a pull request with a fix. GitHub Issues will be closed. ## Using this example