saleor-dashboard/docs/deployment.md
Adrian Pilarczyk f8f945d1af
Refresh README.md (#2768)
* 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
2022-12-06 15:23:04 +01:00

418 B

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