saleor-dashboard is a single-page application that the build process turns into a set of static files. You can deploy them anywhere (e.g. Vercel, Netlify).
To build your saleor-dashboard instance, please run:
pnpm run buildIf you want to preview your build, you can do it with:
pnpm run preview