This is starting as a fork of Blockbase.
ℹ️ The header/footer live in the mu-plugins repository, but are
automatically provisioned into this one. Changes to the header/footer should be made in the mu-plugins
repo.
yarn run initial-setup
yarn workspaces run build
. The theme can't be activated until this step is done.yarn run env:setup
localhost:8888
admin
and password password
These must be run in the project's root folder, not in theme/plugin subfolders.
yarn run env:stop
or yarn run wp-env stop
yarn run env
or yarn run wp-env start
yarn run env:reset && yarn run env:import
docker exec -it {container ID} /bin/bash
. You can get the ID from docker ps
.yarn workspaces run build
yarn run start:all
The built files are committed to dotorg.svn
so they can be deployed. They aren't synced to meta.svn
, since they're already open in GitHub.
To sync these to dotorg.svn
, run bin/sync/news.sh
on a w.org sandbox. Once they're committed, you can deploy like normal.