urbackup_backend/urbackupserver/www2
2025-10-13 22:32:20 +02:00
..
.vscode Add api to get progress/activities 2024-09-19 00:09:14 +02:00
public
src Add functions to get and save client settings (untested) 2025-10-13 22:32:20 +02:00
.gitignore Add logs table 2025-03-09 15:47:55 +06:00
.prettierignore Add & run formatting script 2024-05-14 23:44:34 +02:00
.prettierrc
eslint.config.js Add user management page (only creates admin users, currently) 2025-08-11 04:10:01 +06:00
index.html
lingui.config.ts
package.json Add settings server page and layout 2025-06-27 08:44:00 +06:00
pnpm-lock.yaml Add settings server page and layout 2025-06-27 08:44:00 +06:00
Readme.md
tsconfig.json Remove unncessary type 2024-05-15 22:28:12 +02:00
tsconfig.node.json
vite.config.ts

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