Skip to content

Publishing to the Web

Walkthrough

Export the Game

Run turbo export. This will create a www directory with the files required to run your game on the web.

your-project-dir/       # Your project's root directory.
β”œβ”€β”€ www/                # The files needed to run your game on the web. 
β”œβ”€β”€ src/                # The directory of your code.
β”‚   └── lib.rs          # The main file for the game.
β”œβ”€β”€ Cargo.toml          # Rust project manifest.
└── turbo.toml          # Turbo configuration.

Upload the Files

Upload the www dir to a hosting service.