Web console for managing resources on deploys.app.
Install dependencies with bun install.
Start the development server:
bun dev
# or start the server and open the app in a new browser tab
bun dev --openTo create a production build:
bun buildPreview the production build:
bun previewEnd-to-end tests run with Playwright against a mocked API server (see tests/mock-server.js).
First-time setup — install the Playwright browsers (only needed once per machine, or after upgrading @playwright/test):
bunx playwright installThen run the tests:
bun test # run the full suite headless
bunx playwright test --ui # open the interactive test runner
bunx playwright test auth.spec.js # run a single spec
bunx playwright show-report # open the last HTML reportMIT
This project uses Font Awesome Pro. A Font Awesome Pro license is required to edit the source code.