Install packages
npm ithen to run in developer mode, run
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version, run
npm run buildYou can preview the production build with npm run preview.
Then copy the /dist folder to your /public folder inside OpenCore.