Skip to content

tify-iiif-viewer/tify-website

Repository files navigation

TIFY Website

This is the source of TIFY’s official website.

Requirements

Node.js v16 or later with npm.

Development

  • Project setup: npm install
  • Compile and hot-reload: npm run serve
  • Build for production: npm run build
  • Lint and fix files: npm run lint