This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "printWidth": 80, | |
| "endOfLine": "lf", | |
| "semi": false, | |
| "singleQuote": true, | |
| "useTabs": true, | |
| "tabWidth": 2, | |
| "trailingComma": "es5", | |
| "arrowParens": "avoid" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "underscores-theme", | |
| "version": "1.0.0", | |
| "description": "An underscores WP theme w/ Sass", | |
| "private": true, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "scss": "node-sass --watch --include-path scss sass/style.scss style.css --output-style=expanded --indent-type=tab --indent-width=1" | |
| }, | |
| "keywords": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Wordpress, MySQL & phpMyAdmin | |
| # Wordpress: localhost:9000 | |
| # phpMyAdmin: localhost:9001 | |
| # To build: | |
| # docker-compose up -d | |
| # To tear down: | |
| # docker-compose down --volumes |