protocol agnostic decentralized social media client
Go to file
Iris Lightshard 75e62608b7
local replace directive for go-misskey to bypass upstream bug
2024-06-23 10:34:29 -06:00
adapter local replace directive for go-misskey to bypass upstream bug 2024-06-23 10:34:29 -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 got mentions from misskey adapter to the client 2024-06-22 22:02:15 -06:00
ts got mentions from misskey adapter to the client 2024-06-22 22:02:15 -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 local replace directive for go-misskey to bypass upstream bug 2024-06-23 10:34:29 -06:00
go.sum local replace directive for go-misskey to bypass upstream bug 2024-06-23 10:34:29 -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)