From 0009d65ca511ba2f138f7fa4f3a30b3198d8d5c8 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:56:31 -0500 Subject: [PATCH] simplify dev command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e0048c..84aee32 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ First, run `pnpm i` to install the dependencies. Then, run: ```bash -npx concurrently "pnpm dev" "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch" +pnpm run dev ``` This will start the development server at `localhost:3000`, or if port `:3000` is taken up, the next accessible port (e.g. `:3001`). This will also keep `tailwindcss` running while you work, so `div` entries in wiki pages and `input.css` changes are properly added.