docs: move build instructions from README to BUILDING.md

- Move detailed setup and build instructions from README.md to BUILDING.md
- Add concise reference to BUILDING.md in README.md
- Keep testing and other documentation in README.md
- Improve organization of documentation by separating build-specific content
This commit is contained in:
Matthew Raymer
2025-02-13 04:48:18 +00:00
parent f0d0f63672
commit 4e0f9235cd
6 changed files with 82 additions and 135 deletions

View File

@@ -286,7 +286,7 @@ const routes: Array<RouteRecordRaw> = [
const isElectron = window.location.protocol === "file:";
const initialPath = isElectron
? window.location.pathname.split('/dist-electron/www/')[1] || '/'
? window.location.pathname.split("/dist-electron/www/")[1] || "/"
: window.location.pathname;
const history = isElectron