Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 329 Bytes

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