
* Update README.md * Update README.md * Update README.md * docs: 📝 add articles to docs folder * docs: 📝 add configuration article * docs: 📝 add emojis 😋 * docs: 📝 restructure readme * docs: 📝 add deployment article * Empty-Commit
19 lines
418 B
Markdown
19 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
|
|
```
|