Starting place for develoing a Bootstrap based Wordpress theme. Contains Dockerfile with NodeJS and Grunt for linting.
- Docker
- Docker Compose
- Make
Not yet used
Make sure you have set your environment variables properly or create a file .env. The file .env.template contains the environment variables that are used by the application.
Starting place for develoing a Bootstrap based Wordpress theme. Contains Dockerfile with NodeJS and Grunt for linting.
CD into your project folder
$ docker-compose up
$ docker exec -it wordpressbootstrapthemestarter_npm_1 /bin/bash
$ npm install #only required on first run
$ gruntOn first run or if containers are reset/removed, you will need to step throough the install wizard at localhost:8080 and set the theme to 'Bootstrap 4'