Title here
Summary here
Add the following dependencies in your package.json
:
"@dana/engine-xbox",
"@dana/renderer-xbox",
"@dana/tools-xbox-grunt"
To create an xbox profile, youβll need both device type: xbox and renderer-xbox
vendor.
"base-xbox": {
"base": {
"name": "base-xbox",
"vendors": {
"@dana/renderer-xbox"
}
},
"device": {
"type": "xbox"
}
}
The first time you will serve or package an xbox profile, a new folder app_xbox
will be added in your root project folder. This subproject aims at running your app on Xbox device with your own project configuration (name, logo, splash video, etc.).
This folder must be versionned with the rest of your codebase.