@@ -0,0 +1,20 @@
+## Szybki start
+
+1. Sklonuj repo:
+ git clone https://gogs.tenteg.es/MSemenovv/gutenberg-block-maker.git
+ cd wordpress-gutenberg
+2. Skopiuj plik środowiskowy:
+ cp .env.example .env
+3. Uruchom WordPress + WooCommerce:
+ npm run start:env
+ ALBO
+ ./init.sh
+4. W nowym terminalu włącz i obserwuj blok:
+ npm run blocks:install
+ npm run blocks:start
+5. Wejdź na http://localhost:8000 (admin/admin), aktywuj wtyczkę i testuj blok w edytorze Gutenberg.