Learn More:
all nuxt configuration to get this working can be found in /modules/gui
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installwhen running this you may see the following in the console, it doesnt seem to actually break anything
ServiceWorker failed to register in preload: server/index.mjsStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev