Alternative web application for the pdsadmin command

docs: translate README to English (#30)

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: mkizka <mkizka@users.noreply.github.com>

authored by mkizka.dev

claude[bot]
mkizka
and committed by
GitHub
659a858f 1e4ec779

+7 -7
+7 -7
README.md
··· 1 1 # pdsadmin-web 2 2 3 - [pdsadmin](https://github.com/bluesky-social/pds/tree/main/pdsadmin) コマンド相当の処理をブラウザ上で実行することが出来るWebアプリ 3 + A web application that allows you to execute [pdsadmin](https://github.com/bluesky-social/pds/tree/main/pdsadmin) command equivalent operations in the browser 4 4 5 5 ![](./screenshot.png) 6 6 7 - ## 機能 7 + ## Features 8 8 9 9 - [x] pdsadmin account list 10 10 - [x] pdsadmin account create ··· 15 15 - [x] pdsadmin create-invite-code 16 16 - [x] pdsadmin request-crawl 17 17 18 - ## 開発 18 + ## Development 19 19 20 20 ``` 21 21 pnpm i 22 22 pnpm dev 23 23 ``` 24 24 25 - `pnpm dev`で Vite の開発サーバーが起動したら http://localhost:5173 を開いてください。 25 + After starting the Vite development server with `pnpm dev`, please open http://localhost:5173. 26 26 27 - ローカル環境のPDSには以下でログインできます。 27 + You can signin to the local PDS with the following credentials: 28 28 29 - - PDSのURL ... http://localhost:2583 30 - - パスワード ... admin-pass 29 + - PDS URL ... http://localhost:2583 30 + - Password ... admin-pass