Skip to content

deploys-app/console

Repository files navigation

deploys.app Console

Web console for managing resources on deploys.app.

Developing

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 --open

Building

To create a production build:

bun build

Preview the production build:

bun preview

Testing

End-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 install

Then 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 report

License

MIT

This project uses Font Awesome Pro. A Font Awesome Pro license is required to edit the source code.

About

Web console for manage resources on Deploys.app

Resources

License

Stars

Watchers

Forks

Contributors