Thread viewer for Bluesky

Merge pull request #8 from heikadog/dev-improvement

Format the dev instructions in a bulleted list

authored by

Kuba Suder and committed by
GitHub
ed09b8f9 971bfd25

+6 -1
+6 -1
README.md
··· 51 51 52 52 ## Development 53 53 54 - If you want to make any changes, you'll need to install [Bun](https://bun.com) and install the project dependences with `bun install`. Use `bun build.js` or `bun serve.js` to recompile the bundles in `dist`. 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. 55 60 56 61 57 62 ## Credits