Website for The Third Floor — built with a modern full-stack TypeScript setup (Vite, client + server + shared code).
This repository contains the source for The Third Floor site. It uses a Vite-based frontend and Node server with shared types and utilities.
- Frontend: React (Vite), TypeScript, Tailwind CSS
- Backend: Node.js server
- Package manager: pnpm
- Tooling: Prettier, TypeScript
- Node.js (v18+)
- pnpm (
npm install -g pnpm)
# Clone the repository
git clone https://github.com/patricklatitude/thethirdfloorsite.git
cd thethirdfloorsite
# Install dependencies
pnpm install
# Start development (client + server)
pnpm devpnpm buildSee vite.config.prod.ts for production Vite configuration.
client/— Frontend (Vite + React)server/— Backend APIshared/— Shared types and utilitiespatches/— Dependency patches if anytodo.md— Project notes and tasks
See repository license file if present.