1.0.0 • Published 3 years ago
channel-box v1.0.0
| recommond using node v16-17
Setup
- clone this repo
- create a
.envfile in the root project dir (contact me for keys if you want the global database!) npm inpm link- 'run box --help' for a list of commands
Self Hosted
- create a supabase project with the following tables
channelcreated_atname::Text
messagereceiver::Text (setup as foreign key on channel if you want)sender::Text (setup as foreign key on channel if you want)channel::Text
- file in your own keys in the
.envfile
ex:
box dev "$(ls ./some/dir)" # sends the out put of a bash command to the dev channel1.0.0
3 years ago