hs5/www
2025-02-25 22:29:28 +01:00
..
public Use aws-js-s3-explorer for browsing buckets for now 2025-02-25 22:08:57 +01:00
src Work-around openapi-ts issue 2025-02-25 22:29:28 +01:00
.gitignore WIP: Work on web interface 2025-02-16 17:24:43 +01:00
.prettierignore WIP: Work on web interface 2025-02-16 17:24:43 +01:00
.prettierrc WIP: Work on web interface 2025-02-16 17:24:43 +01:00
eslint.config.js WIP: Work on web interface 2025-02-16 17:24:43 +01:00
index.html WIP: Work on web interface 2025-02-16 17:24:43 +01:00
package.json Use aws-js-s3-explorer for browsing buckets for now 2025-02-25 22:08:57 +01:00
pnpm-lock.yaml Use aws-js-s3-explorer for browsing buckets for now 2025-02-25 22:08:57 +01:00
Readme.md WIP: Work on web interface 2025-02-16 17:24:43 +01:00
tsconfig.json WIP: Work on web interface 2025-02-16 17:24:43 +01:00
tsconfig.node.json WIP: Work on web interface 2025-02-16 17:24:43 +01:00
vite.config.ts Use aws-js-s3-explorer for browsing buckets for now 2025-02-25 22:08:57 +01:00

How to install for development

  1. Install pnpm: https://pnpm.io/installation
  2. Run pnpm install --frozen-lockfile in the www2 folder to install dependencies
  3. Open www2 folder with Visual Studio Code (or preferred editor)
  4. Install VS Code Vite extension or start dev server via pnpm run dev
  5. Make sure an UrBackup Server is running on localhost or modify the UrBackup Server URL in vite.config.js
  6. In VSCode run/debug "Launch Edge against localhost" or access http://localhost:4000 in a browser