Aby sprawdzić konfigurację systemu, należy uruchomić:
mkdir -p /tmp/
curl -sSL https://raw.githubusercontent.com/warsawjs/masterclass-setup/master/10/.solidarity.json > /tmp/.solidarity.json
npx solidarity -f /tmp/.solidarity.json
rm /tmp/.solidarity.json
Dla Windows: Uruchom powyższe polecania w Git Bash
.