This is a WordPress website for ChiroLife-Bodensee - the American Chiropractic Center in Ravensburg, Germany.
docker-compose up
UnderStrap uses npm as manager for dependency packages. And it uses Gulp as taskrunner, for example to compile .scss code into .css, minify .js code etc
At first you need node.js and Gulp installed on your computer globally
To install node.js visit the node.js website for the latest installer for your OS. Download and install it like any other program, too.
To install Gulp open up your terminal, enter:
npm install --global gulp-cli
Go to theme directory
cd wordpress/wp-content/themes/understrap/
Install all dependecies
npm install
To work and compile your Sass files on the fly start:
gulp watch