This folder contains all the necessary files to launch a Decentraland scene.
Install the CLI
Download and install the Decentraland CLI by running the following command:
npm i -g decentralandInstall the ECS-UTILS
Install ecs-scene-utils by running the following command:
npm install @dcl/ecs-scene-utils -BPreviewing the scene Execute the following command in the root of the project.
dcl startConfig your portal in the scene Open src -> portal -> preSetEventData.ts
Here you can config your portal, follow the example that are comented
Create a new portal If you want you can spawn more portals, in game.ts there is an example of how to do it. Remember also to modify the <preSetEventData.ts> configuration file.