Deploying a Vue app on Digital Ocean

I have a Vue app using Manifest for the backend. I want to deploy it on my DigitalOcean droplet.

I have got the codebase on my droplet, and when i run npm run start:prod I am able to access the admin panel. However, I am not sure if Manifest is also supposed to start the Vue app? I have the PUBLIC_FOLDER env value set to ./dist, so I am not sure what else to do or where else to look.

Any help is appreciated, thanks!
Was this page helpful?