mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
523 B
523 B
How to install for development
- Install pnpm: https://pnpm.io/installation
- Run
pnpm install --frozen-lockfilein the www2 folder to install dependencies - Open
www2folder with Visual Studio Code (or preferred editor) - Install VS Code Vite extension or start dev server via
pnpm run dev - Make sure an UrBackup Server is running on localhost or modify the UrBackup Server URL in
vite.config.js - In VSCode run/debug "Launch Edge against localhost" or access
http://localhost:4000in a browser