This repository contains the development environment for WordPress core. It includes tools and configurations to help contributors work on WordPress.
- Clone the repository:
git clone https://github.com/WordPress/wordpress-develop.git
cd wordpress-develop- Install dependencies:
npm install- Start the development environment:
npm run env:start- Access the WordPress site at http://localhost:8889.
Contributions are welcome! Please follow the WordPress Core Contributor Handbook for guidelines.
This project is licensed under the GPLv2 or later.