Quick start to run the Tenant admin web app locally.
- Node.js 18+ (or 20+ recommended)
- npm (comes with Node)
- Copy the repository URL from GitHub (Code → HTTPS/SSH)
- Clone and enter the project directory:
git clone <YOUR_GITHUB_REPO_URL>
cd Tenant- In your browser, click the green "Code" button on the repo, then copy the URL.
- Open GitHub Desktop → File → Clone repository… → URL tab.
- Paste the URL, choose a local path (e.g., your Projects folder), and click "Clone".
- When the clone finishes, click "Open in Visual Studio Code" (or open the folder in your editor).
- Open a terminal in the project folder and follow the steps below to install and run.
cd tenant-admin
npm install
npm startThen open http://localhost:3000 in your browser.
/– Dashboard/signin– Sign in (UI only; clicking Sign in navigates to dashboard)/units,/work-orders,/tenants,/vendors,/calendar,/reports,/messages
cd tenant-admin
npm run buildBuild output is generated in tenant-admin/build/.
- The app is currently UI-only (no backend). Navigation is handled with React Router.
- If port 3000 is in use, the dev server will prompt to use another port.