Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 632 Bytes

README.MD

File metadata and controls

21 lines (16 loc) · 632 Bytes

GoIT WordPress Course

🥁 Getting started

📁 Clone

[email protected]:goitacademy/wordpress-course-code.git

📦 Install

  1. Open LocalWP and create a new site
  2. Place the goit folder in the wp-content/themes folder of your project
  3. Recommended for use npm - npm install in goit folder
  4. Run script gulp to start the project in goit folder
  5. Open https://URL_HERE.local in your browser
  6. Activate the goit theme in the admin panel
  7. Change the goit theme settings in the admin panel

📜 Scripts

  • npm run build and gulp - build project & run JS & SCSS watchTasks