# Deploy Command Deploy smesh to the VPS at mleku.dev, serving on port 3008 behind smesh.mleku.dev. ## Instructions 1. Build the project locally: ```bash npm run build ``` 2. If build fails, fix any errors and retry before proceeding. 3. Sync the dist folder to the VPS: ```bash rsync -avz --delete dist/ mleku.dev:~/smesh/dist/ ``` 4. Restart the smesh service on the VPS: ```bash ssh mleku.dev "sudo systemctl restart smesh" ``` 5. Verify the service is running: ```bash ssh mleku.dev "sudo systemctl status smesh" ``` 6. Report the deployment status and the URL: https://smesh.mleku.dev $ARGUMENTS