ssh to 45.55.220.119 (talk to Kevin for access)
cd cardkit
git pull
npm install # in case you need new node dependencies
npm run build # update the static files for nginx
To run the node server, first kill any running one.
ps aux | grep server
kill -9 <process id>
Start the server in the background:
nohup ./runserver &