Decentraland's Marketplace
- Fill environment variables
$ mv .env.example .env
$ vi .env
- Install dependencies
$ npm install
- Run development server
$ npm start
- Build for production
$ npm run build
If you want to regenerate the contract typings in webapp/src/contract
do the following:
npx web3x-codegen