mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| Readme.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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