2026-06-30 23:03:38 +05:30

19 lines
339 B
Markdown

# Metatron.Drive Admin
Administrator frontend for Metatron.Drive user management.
## Development
```powershell
npm install
npm run dev
```
## Build
```powershell
npm run build
```
Configure the API using `VITE_API_BASE_URL`. Administrator credentials are configured only on the backend through `ADMIN_USERNAME` and `ADMIN_PASSWORD`.