ATProto
ATProto App for your Open Web Desktop client.
Overview#
This app for Open Web Desktop allows you to log-in using your AT Protocol account.
Installation#
-
Navigate to your client folder in your terminal:
cd owd-client -
Install the desktop module using npm or yarn:
npm install @owdproject/app-atproto -
Register the application in your desktop configuration file:
// owd.config.ts export default defineDesktopConfig({ apps: [ '@owdproject/app-atproto', ] })
License#
The application is released under the GNU General Public License v3.