Remove redundant build step from Quickstart instructions in README.

`bun run server:dev` automatically builds the client
This commit is contained in:
geoffsee
2025-05-28 22:10:16 -04:00
parent 534edca8fb
commit 887b5fc7f4

View File

@@ -9,7 +9,6 @@
## Quickstart ## Quickstart
1. `bun i` 1. `bun i`
1. `bun run build`
1. [Add your own `GROQ_API_KEY` in .dev.vars](https://console.groq.com/keys) 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` 1. In isolated shells, run `bun run server:dev` and `bun run client:dev`