Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

docs: update instructions to use bun

+5 -5
+5 -5
README.md
··· 58 58 59 59 ```bash 60 60 cd web 61 - npm install 62 - npm run dev 61 + bun install 62 + bun run dev 63 63 ``` 64 64 65 65 Dev server runs on http://localhost:4321 and proxies API requests to the backend. ··· 70 70 71 71 ```bash 72 72 cd extension 73 - npm install 74 - npm run dev # Chrome dev mode 75 - npm run dev:firefox # Firefox dev mode 73 + bun install 74 + bun run dev # Chrome dev mode 75 + bun run dev:firefox # Firefox dev mode 76 76 ``` 77 77 78 78 ## Architecture