protocol agnostic decentralized social media client
Go to file
Iris Lightshard a768261688
add masto adapter, clean up some stuff
2024-04-27 16:39:53 -06:00
dist placeholder for settings dialogue 2024-04-21 18:32:14 -06:00
ts add masto adapter, clean up some stuff 2024-04-27 16:39:53 -06:00
.gitignore convert to typescript 2024-04-27 10:50:27 -06:00
README.md add masto adapter, clean up some stuff 2024-04-27 16:39:53 -06:00
build.sh convert to typescript 2024-04-27 10:50:27 -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 masto adapter, clean up some stuff 2024-04-27 16:39:53 -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)