Quellcode durchsuchen

Aktualizacja readme

Miłosz Semenov vor 5 Monaten
Ursprung
Commit
d6236a8827
1 geänderte Dateien mit 20 neuen und 0 gelöschten Zeilen
  1. 20 0
      README.md

+ 20 - 0
README.md

@@ -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.
+