-
Install dependencies:
pnpm install
-
Build the project:
pnpm build
-
Run the development environment:
pnpm dev
-
Run all tests (unit and integration):
pnpm test:all
-
Start the backend API:
pnpm start:api
-
Run a Stellar network scan:
pnpm start:scan-network 1 0
-
Run a history scan:
pnpm start:scan-history 1 1
-
Start the frontend server:
pnpm start:frontend
-
Run unit tests:
pnpm test:unit
-
Run integration tests:
pnpm test:integration
-
Run linting:
pnpm lint
-
Build TypeScript packages:
pnpm build:ts
-
Force rebuild TypeScript packages:
pnpm build:ts:force
-
List all available commands:
pnpm run