Building Planner is a web application for drawing and planning architectural elements. This project is built with Vite.
Follow these instructions to set up and build the project locally.
Before you begin, make sure you have Node.js and npm installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/shaik-aaron/building-planner.git
-
Navigate to the repository:
cd building-planner
-
To run the server:
npm run dev
-
To buld the app:
npm run build