Clone the repo
cd /projects/folder/
git clone https://timofey-l@bitbucket.org/timofey-l/joomla-com-build.git my-component-name
Install npm dependencies
cd my-component-name
npm install
Run gulp build
for building downloadable version
Run gulp test
for building test version(without updater and build update)
May be needed
npm install -g gulp