sauce.wp is a template for build a website with WordPress.
Documentation is constructing now.
- Install Node.js
npm install - Start docker by wp-env
npm run wp-update - Start development server
npm run start - Open
http://localhost:8888in your browser.
- Build for production
npm run build distdirectory is created.- Upload
distdirectory to your server.
- Stop docker
npm run wp-stop