How to download and setup basic
Open terminal and run command
git clone https://github.com/basicpack/basic.git
git clone is used to create a copy or clone of basic repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with basic https://github.com/basicpack/basic/archive/master.zip
Or simply clone basic with SSH
[email protected]:basicpack/basic.git