| recommond using node 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 a supabase project with the following tables
-
channel
created_at
-
name
::Text
-
message
-
receiver
::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
.env
file
ex:
box dev "$(ls ./some/dir)" # sends the out put of a bash command to the dev channel