Thread viewer for Bluesky

tweaks in the readme

+3 -1
+3 -1
README.md
··· 51 52 ## Development 53 54 * Install [Bun](https://bun.com). 55 * Install dependencies with `bun install`. 56 * Start the server with `bun serve.js`. 57 - * Alternatively, to just build the project without starting a server, use `bun build.js`. 58 * Navigate to `localhost:3000` in your browser. 59 * Refresh to see changes. 60
··· 51 52 ## Development 53 54 + If you want to make any changes, then you do need to use a bundler/server: 55 + 56 * Install [Bun](https://bun.com). 57 * Install dependencies with `bun install`. 58 * Start the server with `bun serve.js`. 59 + - Alternatively, to just build the project without starting a server, use `bun build.js`. 60 * Navigate to `localhost:3000` in your browser. 61 * Refresh to see changes. 62