Created
February 14, 2022 09:15
-
-
Save comzeradd/0ab1f0fc018451a28d6884e39c2d18bf to your computer and use it in GitHub Desktop.
Wordpress development environment
This file contains 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
# Accessible in http://127.0.0.1:8889 | |
# Username: admin | |
# Password: password | |
# On first run: | |
npm install | |
composer install | |
npm run build | |
npm run env:start | |
npm run env:install | |
npm run dev | |
# Stop: | |
npm run env:stop | |
# Start: | |
npm run env:start | |
npm run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment