From 674127a3eb6d2a70ca5894dffa7c5bad9d9769d5 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 31 Oct 2022 12:22:31 +0100 Subject: [PATCH] docs(readme): update dev section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6b7384..64de0ea5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ function Flow() { Before you can start developing please make sure that you have [pnpm](https://pnpm.io/) installed (`npm i -g pnpm`). Then install the dependencies using pnpm: `pnpm install`. -For local development, you can use `pnpm dev`. +Run `pnpm build` once and then you can use `pnpm dev` for local development. ## Testing