Skip to Content
Getting started4. Publish your game

4. Publish your game

Editor App

See Manual build

Manual build

  1. npm run compile:release
  2. npm install
  3. 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

  1. npm run preview
  2. Open http://localhost:4173 in your browser
Last updated on