Install gulp
$ npm install -g gulp
Move to the studio extention's folder and clone the repository :
$ git clone [email protected]:Wakanda/wakanda-admin-ui.git
Move to the extension's folder and switch to the right branch:
$ git checkout feature/cache
Get the latest version of the branch:
$ git pull feature/cache
Update project dependencies:
$ npm install
Build the extension using gulp default's task:
$ gulp