webstudio/deploy.md

12 lines
142 B
Markdown
Raw Normal View History

2024-02-13 13:01:52 +03:00
# Before deploy
install mongodb https://www.mongodb.com/
2024-02-13 13:00:00 +03:00
# UI
cd ui && npm run build && npm run deploy
# Server
cd server && npm run dev