omnisci3nce / cobalt

share videos
2 stars 0 forks source link

cobalt

Development environment

Steps to run

  1. clone the repo git clone https://github.com/omnisci3nce/cobalt.git
  2. run docker-compose up -d in top level folder to start postgres
  3. open one terminal each for server and client and navigate into their respective folders (cd server & cd client)
  4. in server folder run npm run migrate:up to run all db migrations on the postgres database container
  5. run npm install and npm run dev in both server and client folders