Closed neilenns closed 5 months ago
The existing build steps in the readme need to update to account for the electron-vite migration.
git submodule update --init --remote backend/vcpkg
git submodule update --init --remote backend/extern/afv-native
npm run build:backend
npm run dev
npm run build:win
Will update this issue if I find other things, and will open a PR with the changes once I have this running locally again.
The existing build steps in the readme need to update to account for the electron-vite migration.
git submodule update --init --remote backend/vcpkg
andgit submodule update --init --remote backend/extern/afv-native
npm run build:backend
(colon instead of dash)npm run dev
npm run build:win
(or mac or linux)Will update this issue if I find other things, and will open a PR with the changes once I have this running locally again.