Skip to content

krwg/Tiver

 
 

Repository files navigation

image

Quick start

Requirements

  • Node.js 18+
  • npm

Install

git clone https://github.com/krwg/Tiver.git
cd Tiver
npm install

Run (frontend only)

npm run dev

Guest mode works without a backend — open welc.html or go straight to guestfeed.html.

Run with server (auth enabled)

# Terminal 1 — backend
npm run server
 
# Terminal 2 — Vite
npm run dev

Build

# 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

About

A lightweight, open-source social network web app "Tiver". Built with vanilla HTML/CSS/JS – no frameworks, just the web basics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.0%
  • HTML 26.3%
  • CSS 24.7%