Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 499 Bytes

Welcome to Blueit 2!

drawing

Blueit 2 is a service meant to be like Reddit. It is a social meadia site which attempts to answer questions/share stories. It is now on github

Deploy

npm run build
rsync -av . xander@xvps.thegillams.co.uk:/home/xander/next/ --exclude node_modules --exclude .git --exclude .next/server/pages/store.json
ssh xander@xvps.thegillams.co.uk
(~/next)
pm2 stop npm
pm2 start npm -- start