Find your piece of digital sovereignty
npm run devBy default, the app uses the relay list provided by the PKARR library. To use custom relays, set NEXT_PUBLIC_PKARR_RELAYS to a comma-separated list:
NEXT_PUBLIC_PKARR_RELAYS=https://relay1.example,https://relay2.example npm run devThe settings button in the site header can override this relay list for the current browser. Browser settings are stored in localStorage; resetting them restores NEXT_PUBLIC_PKARR_RELAYS, or the PKARR defaults when the environment variable is unset.