Timeliner is a reimplementation of Variations Audio Timeliner as a web application, using the IIIF Presentation API 3.0.
Node 18+ and yarn are required.
yarn install
Start the main application at at http://localhost:5173/ with hot-reload using,
yarn start
Start the documentation site in development mode at http://localhost:3000/ using,
yarn docz:dev
Build the main application,
yarn build
Build the main application and documentation together,
yarn build:all
Preview the production build (main app + docs) at http://localhost:5173/ and docs at http://localhost:5173/docs using,
yarn preview
yarn test
Documentation | User stories | UX Wireframe | Original timeliner | Demo site | Changelog