Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

dcarubia/floor-plan-lab

Repository files navigation

Floor Plan Lab

A virtual graph paper sandbox with tools to easily create awesome floor plans.

Important

This version is no longer maintained. As of 11/19/20 this repository will be archived and subsequent updates to this software will not be licensed under the MIT license. Floor Plan Lab will continue to exist and you can continue to use the product at https://floorplanlab.com/.

About

Floor Plan Lab is a React app intended to be used as a tool to rapidly design floor plans. It uses a customizable snap-to-grid scale to automatically size objects such as doors, furniture, and appliances.

Built With

Development Quick Start

# Inside root directory, install dependencies
npm install

# Run development script on localhost:3000
npm start

Contributors