Install gulp
$ npm install -g gulpMove to the studio extention's folder and clone the repository :
$ git clone git@github.com:Wakanda/wakanda-admin-ui.gitMove to the extension's folder and switch to the right branch:
$ git checkout feature/cacheGet the latest version of the branch:
$ git pull feature/cacheUpdate project dependencies:
$ npm installBuild the extension using gulp default's task:
$ gulp