Backend core for decentralized video applications on HIVE.
npm install
Install docker using the reccommended steps for your system, then install docker compose.
docker network create web
Rename .example.env
to .env.{STAGE}
then fill it out with relevant information
On a server:
mv .env.example .env
nano .env
sudo docker compose -f docker-compose.local.yml up --build
In development mode, if using vs code you can attach a debugger by going to the debugger tab and pressing attach to docker.
Look for green / red icons next to tests, right click > run & debug
sudo docker compose -f docker-compose.staging.yml up --build -d