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
.envfile in the root project dir (contact me for keys if you want the global database!) npm inpm link- run
box --helpfor a list of commands
- create an
.envfile and provide the values specified in.env.example - create a supabase project with the following tables
- add the following RLS policies
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 channelrun box for details!