From 887b5fc7f4340ec65e6c3ea251e7a43e10858154 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Wed, 28 May 2025 22:10:16 -0400 Subject: [PATCH] Remove redundant build step from Quickstart instructions in README. `bun run server:dev` automatically builds the client --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7e9e910..e50e27e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ ## Quickstart 1. `bun i` -1. `bun run build` 1. [Add your own `GROQ_API_KEY` in .dev.vars](https://console.groq.com/keys) 1. In isolated shells, run `bun run server:dev` and `bun run client:dev`