Initializing Your Game
rundot initManually initialize with CLI options
rundot init --helpUnder the hood
{
"gameId": "your-game-id",
"relativePathToBuildFolder": "./dist",
"usesPreloader": false
}Last updated