<aside> 💡 💡 Update: Using Local! You can create very quickly a simple wordpress on localhost with a domain website.local. You can also backup your site and drag-n-drop into Local for using locally.

</aside>

I create Math2ITwp theme for math2it.com from scratch. This note contains the basic things to create a theme like that.

Install Apache + MySQL + PHP.

Linux

Below are the short steps from this post.

Windows

  1. Download and install WampServer.
  2. By default, after installing, your site will be at C:\\wamp64\\www.
  3. Run WarmServer, an green icon on the right of taskbar will appear.

MacOS

  1. Install MAMP.
  2. Follow this post.

PHP executable (optional)

Just for running PHP + PHP IntelliSense on Visual Studio Code.

  1. Download PHP (Windows, portable).