Install WordPressify from NPM

To install WordPressify, follow these steps:

  1. Create a directory for the new WordPress website.
  2. Run the command below to generate the file structure:
npx wordpressify

That's it! Installation is now complete. 🍾

Install WordPressify from Repository

To install WordPressify from the repository, clone it from GitHub:

git clone https://github.com/luangjokaj/wordpressify

Navigate to the newly created directory and proceed with the following steps:

  1. Replace the file ./package.json with ./installer/package.json.
  2. Continue with the dependency installation.

That's it! Installation is now complete. 🍾