Add readme

This commit is contained in:
Martin 2023-11-05 20:06:44 +01:00
parent d6a7ee1486
commit bd4e8211b5

View 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