Skip to content

storacha/bluesky-backup-webapp

Repository files navigation

blusky-backup-webapp

HOT HOT HOT backups for your ATProto PDS

Local development

Set up ngrok

  1. Run pnpm dev.

  2. In another terminal, run script/start-tunnel.

    • (optional) You may want to set up a static domain in ngrok. Once you've set up a static domain, you can use it by instead running scripts/start-tunnel --domain spicy-rooster-fondly.ngrok-free.app (replacing the URL with your own).

    PS: this is only available on the paid plan. If your ngrok account is on the new plan, it just won't work.

  3. Visit your forwarding URL in the browser.

Storybook

For many types of UI development you don't need a running app. Simply run pnpm storybook and visit http://localhost:6006 to see our Storybook.