webstudio/deploy.md
2024-02-13 13:01:52 +03:00

142 B

Before deploy

install mongodb https://www.mongodb.com/

UI

cd ui && npm run build && npm run deploy

Server

cd server && npm run dev