Skip to content

Commit 3e37f2e

Browse files
authored
README.md
1 parent e057951 commit 3e37f2e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Interactive Site Plan
2+
3+
An interactive app to view a site's floor plan and display exterior and interior images of doors by clicking on the corresponding door numbers.
4+
5+
## Features
6+
- Interactive site plan with clickable door numbers.
7+
- Pop-ups display exterior and interior images.
8+
- Clean and responsive design.
9+
10+
## How to Run
11+
1. Clone the repository:
12+
git clone https://github.com/Zpetrea/SIte-Plan---Ext.Doors.git
13+
14+
2. Navigate to the project folder:
15+
cd SIte-Plan---Ext.Doors
16+
17+
3. Install dependencies:
18+
npm install
19+
20+
4. Start the app:
21+
npm start
22+
23+
24+
## How to Package
25+
To package the app into an executable:
26+
npm run build
27+
28+
The packaged app will be available in the `dist/` folder.
29+
30+
## License
31+
This project is licensed under the MIT License.
32+
33+
---

0 commit comments

Comments
 (0)