Skip to content

ThePaulius/WordPress-Docker-SASS

 
 

Repository files navigation

Why

Im trying to setup an enviroment that any developer can clone, install docker and have the same enviroment as everyone else, and not need NodeJS on their local machine either. Building Wordpress sites, which use SASS, the current developer uses NodeJS only to process SASS, minifiy code etc, ad also uses Gulp.

If someone knows how to do this, please update whatever you need, this is a demo site anyway.

I tried running : docker exec -it "wordpress-docker-sass_node_1" npm run install-dependencies

Requeriments

Installation

git clone https://github.com/Ferrmolina/WordPress-Docker-SASS.git
cd WordPress-Docker-SASS
docker-compose up -d
npm run install-dependencies
npm run init-gulp

If everything worked correctly, you should see the installer for your WordPress web site!

About

Starter Wordpress Theme using Docker; Sass ready!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 60.9%
  • JavaScript 27.2%
  • CSS 5.9%
  • Shell 5.7%
  • SCSS 0.3%