Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 554 Bytes

File metadata and controls

32 lines (23 loc) · 554 Bytes
title Getting Started

Getting Started

Follow these steps to set up and run the project locally.

Prerequisites

  • Node.js 22+
  • pnpm (install with npm install -g pnpm)

Install Dependencies

pnpm install

Run All Apps

You can preview all micro-frontend apps concurrently using:

pnpm run preview

Or use scripts in the root package.json if available.

Open in Browser

See each app's README for more details.