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