- Node.js 18+
- npm
git clone https://github.com/krwg/Tiver.git
cd Tiver
npm installnpm run devGuest mode works without a backend — open welc.html or go straight to guestfeed.html.
# Terminal 1 — backend
npm run server
# Terminal 2 — Vite
npm run dev# Production build
npm run build
# Build archive version
npm run archive
# Sync archive from source
npm run sync-archive
# Preview production build locally
npm run preview