Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 511 Bytes

File metadata and controls

24 lines (16 loc) · 511 Bytes

The Things — NYC (React + Vite + Tailwind)

A modern, static website for The Things Network New York built with React (Vite) and Tailwind CSS.

Tech Stack

  • React 18 (via Vite) — fast dev server and HMR
  • TypeScript — safer, self-documenting code
  • Tailwind CSS — utility-first styling, tiny final CSS

Getting Started

Prerequisites

  • Node.js 18+ (node -v)
  • npm (npm -v)

1) Install & Run

npm install
npm run dev
# open http://localhost:5173