How to download and setup skeema
Open terminal and run command
git clone https://github.com/skeema/skeema.git
git clone is used to create a copy or clone of skeema 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 skeema https://github.com/skeema/skeema/archive/master.zip
Or simply clone skeema with SSH
[email protected]:skeema/skeema.git