Skip to content

React2github/builder-assets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

builder-assets

This repo contains the assets for the Decentraland Builder and a script to deploy them.

License

BY-NC 3.0

This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. Feel free to contact us at hello@decentraland.org for other licensing agreements.

Deploy

Before running

Some setup before running the deployment script.

Env file

You can supply your AWS credentials by creating a .env file in the root folder of this project. Check the .env.example file to see how the variables should be named.

Asset pack thumbnail

Add a thumbnail.png file to an asset pack folder for it to be the thumbnail of that pack.

Asset pack info file

The file must be called info.json and it should have the following properties (example from MiniTown, AKA Genesis City):

{
  "id": "e6fa9601-3e47-4dff-9a84-e8e017add15a",
  "title": "Genesis City"
}

Generating a new id

You can use uuid generator

How to run

cd builder-assets
npm run bundle -- --src ./assets  --bucket AWS_BUCKET --content-server CONTENT_SERVER_URL --out ./out/path --url https://ALIAS.now.sh
cd ./out/path
now alias $(now --scope decentraland) ALIAS

Run npm run bundle -- --help to see the help in the terminal

About

🎲 Builder asset packs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%