# Before deploy
install mongodb https://www.mongodb.com/
# UI
cd ui && npm run build && npm run deploy
# Server
cd server && npm run dev