https://github.com/cododel/debt_relief_sites
https://github.com/cododel/debt_relief_sites
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cododel/debt_relief_sites
- Owner: cododel
- Created: 2022-02-20T15:26:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T19:40:05.000Z (about 4 years ago)
- Last Synced: 2025-02-16T12:31:24.443Z (about 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# DockerCompose + Gulp + Php + Pug + Sass + PostCSS + Tailwind
- For start developing - just use `docker-compose up`
In docker compose **node** service in the **command** field available names of scripts in the package.json.
Defaults:
- `serve` - Just serve with node for pug
- `servePHP` - like **serve** but proxy to **php** container for serve rendered php
- `build` - just buld for pug
- `buildPHP` - build with php
- `clear` - clear dist
- `watch` - watch for pug files
- `watchPHP` - watch for pug and php files