Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.02 KB

Install the project with Lando for local development

First you need Lando to be installed.

Run commands:

lando start
lando composer install

Local development url

http://wplando2.lndo.site/

Sage theme "wplando2"

Theme folder

Theme folder: web/app/themes/wplando2

Install composer and npm packages

go to theme folder and run:

lando yarn
lando yarn build
lando composer install

Activate plugin

Go to http://wplando2.lndo.site/wp-admin and activate plugin "JS WP Helpers"

Start development server

go to theme folder and run:

yarn start