urbackup_backend/urbackupserver/www2/Readme.md
2024-05-07 20:32:28 +02:00

523 B

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