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:8888
in your browser.
- Build for production
npm run build
dist
directory is created.- Upload
dist
directory to your server.
- Stop docker
npm run wp-stop