All comments should be run from the root of the repository.
- PHP
- MYSQL
- Composer
- Bun
./meta/dev/initThis command:
- Deletes the
/wordpressdirectory if it exists. - Downloads the latest version of WordPress.
- Connects to your database (the database must already exist).
- Creates
wp_tables in the database. - Updates the
wp-config.phpfile with your database credentials. - Installs WordPress.
./meta/dev/devThis command:
- Starts the development server at
http://localhost:9393. - Runs
bun run dev --watchin theadmindirectory. - Syncs
/pluginto/wordpress/wp-content/plugins/hyvor-talk. - Syncs
admin.jschanges to/wordpress/wp-content/plugins/hyvor-talk/admin/admin.js.