a minimalist & free youtube alternative
GET /search # search video
GET /proxy/rss/* # fetch rss feeds
GET /proxy/thumb/* # cache thumbnailsprereqs: postgresql, postgresql-client, postgresql-contrib, & neon console
.env: .env.example
psql $DATABASE_URL -f db.sql
npm run dev-server
npm run dev-client
deno run --env-file=.env --allow-net --allow-env --allow-read --allow-sys scripts/refresh.tsone-time hook setup:
git config core.hooksPath .githooks