Skip to content

patricklatitude/thethirdfloorsite

Repository files navigation

The Third Floor Site

Website for The Third Floor — built with a modern full-stack TypeScript setup (Vite, client + server + shared code).

Overview

This repository contains the source for The Third Floor site. It uses a Vite-based frontend and Node server with shared types and utilities.

Tech Stack

  • Frontend: React (Vite), TypeScript, Tailwind CSS
  • Backend: Node.js server
  • Package manager: pnpm
  • Tooling: Prettier, TypeScript

Getting Started

Prerequisites

  • Node.js (v18+)
  • pnpm (npm install -g pnpm)

Installation

# Clone the repository
git clone https://github.com/patricklatitude/thethirdfloorsite.git
cd thethirdfloorsite

# Install dependencies
pnpm install

# Start development (client + server)
pnpm dev

Build for production

pnpm build

See vite.config.prod.ts for production Vite configuration.

Project structure

  • client/ — Frontend (Vite + React)
  • server/ — Backend API
  • shared/ — Shared types and utilities
  • patches/ — Dependency patches if any
  • todo.md — Project notes and tasks

License

See repository license file if present.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors