Documentation, tools, and resources for designing WordPress.
First, you'll need to clone the repo onto your computer.
Once you've cloned the repo to your computer. Open up your Terminal app, and navigate to that directory.
To install dependencies, run the following command:
yarn install
If you're using npm, run:
npm install
Alrighty! You're ready to fire up local development! To do this, run the following command:
yarn start
If you're using npm, run:
npm start
The local development URL should look something like this:
And with that, you're ready to start exploring, designing, and developing! 🙌
Have fun!
For a more complete getting started guide, check out our setup guide.
For additional information about this project, please check out our docs.
Thank you for thinking about contributing to this project!
Please see our contributing docs.