Skip to content

IUBLibTech/timeliner

 
 

Repository files navigation

Timeliner

Timeliner is a reimplementation of Variations Audio Timeliner as a web application, using the IIIF Presentation API 3.0.

Installation

Node 18+ and yarn are required.

yarn install

Development

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

Building

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

Testing

yarn test

Links

Documentation | User stories | UX Wireframe | Original timeliner | Demo site | Changelog

About

IIIF Timeliner

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.0%
  • MDX 12.1%
  • SCSS 2.4%
  • Other 0.5%