Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 418 Bytes

deployment.md

File metadata and controls

19 lines (12 loc) · 418 Bytes

Deployment

Overview

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).

Build

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