From 729b0c94a05b4189380591ca62790e16b75eddb9 Mon Sep 17 00:00:00 2001 From: dukeeagle Date: Thu, 29 Dec 2022 17:27:23 -0600 Subject: [PATCH] update README with latest state of the project --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2e00a54..b91f249 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # viewer interactive player for MIT: REGRESSIONS, with footnotes, sources, and more + +Currently using NextJS with create-t3-app and deploying to Vercel (https://vercel.com/regressions) + +Uses react-player to play video in-browser, currently experimenting with [webvtt-player](https://github.com/umd-mith/webvtt-player) to display captions + sources + commentary + footnotes as the video plays! + +TODO: +- create custom VTT schema with [OHMS support]() for our project's needs (implies ample unit testing and some E2E) +- create VTT builder so we can easily add sources (likely will be a light GUI, don't want to just do plain text editing of VTTs) +- create pretty caption playback + +View current deployment at https://viewer-dukeeagle-regressions.vercel.app/ \ No newline at end of file