Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 509 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 509 Bytes

wakanda-extension-waConfig

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