- Share videos among friends easily and quickly.
- Self-hostable
- Simple UI
Steps to run
- clone the repo
git clone https://github.com/omnisci3nce/cobalt.git
- run
docker-compose up -d
in top level folder to start postgres - open one terminal each for server and client and navigate into their respective folders (
cd server
&cd client
) - in
server
folder runnpm run migrate:up
to run all db migrations on the postgres database container - run
npm install
andnpm run dev
in both server and client folders