I'm just a development environment for the https://github.com/Automattic/_s theme using docker and node-sass for sass files compiling.
- Install docker: https://docs.docker.com/mac/
- Run
docker-compose up
- Just go to 192.168.99.100:8080 and enjoy with your new wordpress prepared for developing the new base theme!
Note: by default it will install a custom docker container without cache, if you prefer cache can use the wordpress image in docker-compose.
- Read and follow https://github.com/Automattic/_s#readme
- Update the theme name in docker-compose.yml.
Run npm install
and npm run sass
to compile the css.
Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Enjoy ! 😄