
* 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
418 B
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