mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Add readme
This commit is contained in:
parent
d6a7ee1486
commit
bd4e8211b5
8
urbackupserver/www2/Readme.md
Normal file
8
urbackupserver/www2/Readme.md
Normal file
@ -0,0 +1,8 @@
|
||||
## 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`
|
||||
5. In VSCode run/debug "Launch Edge against localhost" or access `http://localhost:4000` in a browser
|
||||
Loading…
Reference in New Issue
Block a user