20 lines
418 B
Markdown
20 lines
418 B
Markdown
![]() |
# 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](https://www.vercel.com/), [Netlify](https://www.netlify.com/)).
|
||
|
|
||
|
## Build
|
||
|
|
||
|
To build your `saleor-dashboard` instance, please run:
|
||
|
|
||
|
```bash
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
If you want to preview your build, you can do it with:
|
||
|
|
||
|
```bash
|
||
|
npm run preview
|
||
|
```
|