1npm install 2 3npm run build 4 5pm2 delete Ludicrous 6pm2 start npm --name "Ludicrous" -- start 7nginx -s reload 8 9echo "done" 10