protocol agnostic decentralized social media client
Go to file
Iris Lightshard d552fc53b9
implement MastoAdapter
2024-06-08 11:58:01 -06:00
adapter implement MastoAdapter 2024-06-08 11:58:01 -06:00
dist bootstrap backend nostr adapter 2024-05-19 14:42:28 -06:00
models nostr subscriptions working 2024-06-02 10:17:12 -06:00
server nostr subscriptions working 2024-06-02 10:17:12 -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)