Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 508 Bytes

File metadata and controls

31 lines (23 loc) · 508 Bytes

Contributing

Local Development

# Setup
npm install
npm run wp-env start

# Development
npm start

# Access
# http://localhost:8888/wp-admin (admin/password)

Commands

npm start              # Development build (watch mode)
npm run build         # Production build
npm run build:zip     # Create plugin zip
npm run wp-env stop   # Stop environment
npm run test:e2e      # Run tests
npm run lint:js:fix   # Fix linting

Requirements

  • Node.js + npm
  • Docker (for wp-env)