Track your investment portfolio 💰.




$ ssh [email protected]
$ ssh -L 25432:localhost:5432 -Nf [email protected]
$ stripe listen --forward-to localhost:8080/api/v1/stripe/webhook
$ stripe trigger checkout.session.completed
Stop the dev server first.
(local) frontend $ npm run build
(local) frontend $ make copy-build
(server) frontend $ pm2 reload nextjs
Build runs locally, because it's killed when done on the server due to lack of resources...
(local) backend $ make build-production
Stop the server instance first before copying.
(local) backend $ make copy-build
(server) backend $ make run-production