Skip to content

helcel-net/FloorPlan

Repository files navigation

ko-fi

Interactive floor plan editor built with Next.js App Router. You can draw walls, split walls, place doors/windows/furniture, and save plans locally.

Tech Stack

  • Next.js 14 (App Router)
  • React 18
  • Static export (output: 'export') for GitHub Pages

Local Development

  1. Install dependencies:
npm install
  1. Start the dev server:
npm run dev
  1. Open:
http://localhost:3000

Production Build (Static Export)

npm run build

This generates the static site in out/.

Releases

No releases published

Packages

 
 
 

Contributors