https://github.com/polygonalmind/dcl-pride-portal
https://github.com/polygonalmind/dcl-pride-portal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/polygonalmind/dcl-pride-portal
- Owner: PolygonalMind
- Created: 2023-05-29T14:17:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:02:29.000Z (about 3 years ago)
- Last Synced: 2025-02-22T07:44:13.449Z (over 1 year ago)
- Language: TypeScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentraland scene, portal for pride 2023
This folder contains all the necessary files to launch a Decentraland scene.
## Try it out
**Install the CLI**
Download and install the Decentraland CLI by running the following command:
```bash
npm i -g decentraland
```
**Install the ECS-UTILS**
Install ecs-scene-utils by running the following command:
```bash
npm install @dcl/ecs-scene-utils -B
```
**Previewing the scene**
Execute the following command in the root of the project.
```bash
dcl start
```
**Config 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 configuration file.