Guest User

Untitled

a guest
Jun 18th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mkdir project-name
  2. cd project-name
  3. wp core download
  4. wp config create --dbname=dbname --dbuser=user --dbpass=pass --dbprefix=pref
  5. wp core install --url=example.dev --title=Title --admin-user=username --admin-password=password --admin-email=example@example.com
  6. cd wp-content/themes
  7. composer create-project roots/sage theme-name
  8. npm install
  9. yarn && yarn build
Add Comment
Please, Sign In to add comment