Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 721 Bytes

File metadata and controls

46 lines (30 loc) · 721 Bytes

Medical Academic Enhancements

WordPress content model for Medical Academic CPD platform with custom post types for articles, webinars, magazines, research papers, and learning journeys with comprehensive taxonomy and field support.

Installation

  1. Install dependencies:

    composer install
    npm install
  2. Build assets:

    npm run build
  3. Activate the plugin in WordPress

Development

Start development mode with file watching:

npm run start

Testing

Start WordPress environment:

npm run env:start

Access at: http://localhost:8888

Requirements

  • WordPress 6.5+
  • PHP 8.0+
  • Secure Custom Fields plugin

License

GPL-2.0-or-later