This is the source of TIFY’s official website.
Node.js v16 or later with npm.
- Project setup:
npm install
- Compile and hot-reload:
npm run serve
- Build for production:
npm run build
- Lint and fix files:
npm run lint
This is the source of TIFY’s official website.
Node.js v16 or later with npm.
npm install
npm run serve
npm run build
npm run lint