1.0.0 • Published 1 year ago

channel-box v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

| recommond using node v16-17

Setup

  1. clone this repo
  2. create a .env file in the root project dir (contact me for keys if you want the global database!)
  3. npm i
  4. npm link
  5. 'run box --help' for a list of commands

Self Hosted

  • 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