Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 821 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 821 Bytes

ZenTab

ZenTab Demo Video

Get ZenTab today. Live Demo

Made using ShadcnUI + React + TypeScript + Tailwind.

Features

  • Cache All Tabs
  • Reopen with One Click
  • Declutter Your Workspace
  • Only 32kb!

Steps to run website locally:

  1. Clone this repository:
git clone https://github.com/fenrir2608/zentab
  1. Go into project
cd zentab
  1. Install dependencies
npm install
  1. Run project
npm run dev