https://github.com/gerhardsletten/wp-docker-tailwind-starter
Starter for wp theme development in docker with tailwind
https://github.com/gerhardsletten/wp-docker-tailwind-starter
Last synced: 2 months ago
JSON representation
Starter for wp theme development in docker with tailwind
- Host: GitHub
- URL: https://github.com/gerhardsletten/wp-docker-tailwind-starter
- Owner: gerhardsletten
- Created: 2022-03-16T12:27:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T13:46:18.000Z (12 months ago)
- Last Synced: 2025-02-12T03:19:40.216Z (4 months ago)
- Language: PHP
- Size: 456 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress docker tailwind starter
Wordpress theme and docker-compose workflow for development.
## Usage development
Run `docker-compose up` and within `wp-theme` run `npm run dev` and open [localhost:3000/](http://localhost:3000/)
## Build for production
```
cd wp-theme
npm run build::prod
```
Ready to upload theme will be found in `wp-theme/dist`## Credits
Docker-compose setup [davidyeiser/docker-wordpress-theme-setup](https://github.com/davidyeiser/docker-wordpress-theme-setup).