You are viewing a single comment's thread from:

RE: Interactive Decentraland Preview, Inside Medieval Plaza

in #decentraland6 years ago (edited)

you can host Decentraland experiences on https://zeit.co/now

but you need to modify the package.json file in the scene to include one line

“now-start”: “dcl start --ci”,
so the contents of the file should look something like this:

package.json
{
"name": "dcl-project",
"version": "1.0.0",
"description": "My new Decentraland project",
"scripts": {
"start": "dcl start",
"now-start": "dcl start --ci",
"build": "decentraland-compiler build.json",
"watch": "decentraland-compiler build.json --watch"
},
"author": "",
"license": "MIT",
"devDependencies": {
"decentraland-api": "latest",
"decentraland": "latest"
},
"dependencies": {
"axios": "^0.18.0"
}
}
Collapse

and the scene needs to use the latest version of the SDK

Sort:  

Definitely going to test this out tomorrow!!!

Everything worked as expected ;)
https://moo-zzle-online.now.sh
[Link may become unresponsive]

Coin Marketplace

STEEM 0.28
TRX 0.11
JST 0.034
BTC 66540.93
ETH 3186.50
USDT 1.00
SBD 4.11