4. Publish your game
Editor App
See Manual build
Manual build
npm run compile:release
npm install
npm run build
You should now have a dist
folder in your project root. This folder contains the compiled engine and all the assets needed to run the game. You can put this folder on a web server and it should work out of the box.
Previewing the game
npm run preview
- Open http://localhost:4173 in your browser
Last updated on