Files
the_order/apps/portal-internal/README.md

29 lines
445 B
Markdown

# Portal Internal
Internal web portal for The Order (admin/ops).
## Development
```bash
# Install dependencies
pnpm install
# Run development server (port 3001)
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start
```
## Environment Variables
See `.env.example` for required environment variables.
## Authentication
This portal requires authentication. Configure OIDC/DID settings in environment variables.