underbbs/README.md

9 lines
181 B
Markdown
Raw Normal View History

2024-04-22 00:02:44 +00:00
# underBBS
underBBS is a platform-agnostic messaging and social media client
## building
1. `npm install`
2024-04-27 22:39:53 +00:00
2. `npx tsc && npx webpack` (or run `./build.sh`, it does this for you)