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:
npm run build
If you want to preview your build, you can do it with:
npm run preview