protocol agnostic decentralized social media client
Go to file
Iris Lightshard c2aa71512e build most of a mastodon messeage from a madon.Status 2024-06-08 14:40:14 -06:00
adapter build most of a mastodon messeage from a madon.Status 2024-06-08 14:40:14 -06:00
dist bootstrap backend nostr adapter 2024-05-19 14:42:28 -06:00
models build most of a mastodon messeage from a madon.Status 2024-06-08 14:40:14 -06:00
server build most of a mastodon messeage from a madon.Status 2024-06-08 14:40:14 -06:00
ts nostr subscriptions working 2024-06-02 10:17:12 -06:00
.gitignore go backend 2024-05-09 22:14:40 -06:00
README.md add masto adapter, clean up some stuff 2024-04-27 16:39:53 -06:00
build.sh add service worker - tsconfig is probably wrong 2024-04-28 13:33:10 -06:00
go.mod implement MastoAdapter 2024-06-08 11:58:01 -06:00
go.sum implement MastoAdapter 2024-06-08 11:58:01 -06:00
package-lock.json add masto adapter, clean up some stuff 2024-04-27 16:39:53 -06:00
package.json add masto adapter, clean up some stuff 2024-04-27 16:39:53 -06:00
tsconfig.json add service worker - tsconfig is probably wrong 2024-04-28 13:33:10 -06:00
underbbs.go bootstrap backend nostr adapter 2024-05-19 14:42:28 -06:00
webpack.config.js add service worker - tsconfig is probably wrong 2024-04-28 13:33:10 -06:00

README.md

underBBS

underBBS is a platform-agnostic messaging and social media client

building

  1. npm install
  2. npx tsc && npx webpack (or run ./build.sh, it does this for you)