How Can I deploy my project?

Hi, I´m currently using Playcanvas Engine (only code) with VS Code, but I can´t find any information that how can I build and deploy my game, every example are with editor.
Anyone has information or tutorial that how can I get it?

Can u provide futher information about your game ? How did you use the engine only with code ? Something like playcanvas sync ? You did not created a project in playcanvas editor ?

Thanks for your reply,
I created my project using the Engine Standalone just following these steps

Right now, I only can run my game in local but I want to deploy my game in any web server but I can´t find any information about it and how can do it with playcanvas

Ah! Ok, doing this way you just need to deploy your website normally, as a common JS project

For further customizations read this

The standalone uses npm and vite, you just need to create a build.

In your package.json file you should have scripts and you just need to make npm run build.

Basicly is just a normal JS deploy.

I see, I´m trying to do it but still have a problem, that I think it doesnt read all my assets because when I open the url i just seen a white page.
I stored my .GLB, .JSON, .PNG in a assets folder but it doesnt package.

See this, your assets folder may be not well configured.

And need it too: Look