From bd4e8211b54659c06e5fc718d4cdca6bf5e16828 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 5 Nov 2023 20:06:44 +0100 Subject: [PATCH] Add readme --- urbackupserver/www2/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 urbackupserver/www2/Readme.md diff --git a/urbackupserver/www2/Readme.md b/urbackupserver/www2/Readme.md new file mode 100644 index 00000000..e5724f1e --- /dev/null +++ b/urbackupserver/www2/Readme.md @@ -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