Skip to content

Commit 27c95c5

Browse files
committed
added local instance instructions
1 parent ec025df commit 27c95c5

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Entra Explorer is an open-source solution that leverages Microsoft
44
Graph to help administrators retrieve and visualize data from
55
Microsoft Entra.
66

7+
[Entra Explorer](https://www.entraexplorer.com)
8+
79
## Solution Overview
810

911
The solution is a single-page application (SPA) hosted on GitHub Pages,
@@ -22,12 +24,38 @@ side.
2224
- All Enterprise Applications with assigned application roles.
2325
- All Enterprise Applications configured for SAML SSO, along with their expiration dates.
2426

27+
## Running your own instance of Entra Explorer
28+
29+
### Prerequisites
30+
31+
- [Node.js](https://nodejs.org/en/download/)
32+
- [Next.js v14.2.16+](https://nextjs.org/docs/getting-started/installation)
33+
- [Visual Studio Code](https://code.visualstudio.com/download)
34+
- A modern web browser
35+
36+
- Open ./lib/msalConfig.ts in an editor.
37+
- Replace ClientId and Authority for your created Entra Application Registration (Single-Page Application)
38+
39+
### Installing dependencies
40+
```bash
41+
# Install dependencies from the root of the repo
42+
npm install
43+
```
44+
### Running the application
45+
```bash
46+
# Run locally
47+
npm run dev
48+
49+
# Optionally build
50+
npm run build
51+
```
52+
53+
Open http://localhost:3000 to view in your browser.
54+
2555
---
2656

2757
Please note that Entra Explorer is not an official Microsoft product
2858
and is in no way affiliated with, endorsed by, or sponsored by
2959
Microsoft.
3060

31-
[Entra Explorer](https://www.entraexplorer.com)
32-
3361
[LinkedIn - Chris Dymond](https://au.linkedin.com/in/chris-dymond)

0 commit comments

Comments
 (0)