A terminal message passing app powered by Supabase with authentication and realtime messaging support: box open global
| recommended node versions: v16-17
- clone this repo
- create a
.env
file in the root project dir (contact me for keys if you want the global database!) npm i
npm link
- run
box --help
for a list of commands
- create an
.env
file and provide the values specified in.env.example
- create a supabase project with the following tables
Channels
are public but you could enable RLS for them as well.
ex box
command:
box ship dev "$(ls ./some/dir)" # sends the out put of a bash command to the dev channel
run box
for details!