Installation Guide

  1. Clone the repository.

  2. Navigate to constructor.

  3. Run npm run get:wp to install WordPress.

  4. Add .npmrc for GSAP autentication.

  5. Run npm i to install Node modules.

  6. Duplicate wp-config-sample.php in src > back to wp-config.php and configure it.

  7. Add your server configuration file in src > front > template directory. More explanations here.

  8. Run npm run build:front:back or npm run watch:front:back for initialize setup.

  9. Configure your WordPress backend (yourdomain.com/admin).

  10. Activate the Champ Gauche Core Theme, Champ Gauche Core Plugin, and the ACF Plugin.

  11. Remove other default plugins, themes, pages, and posts.

  12. Create and set your Home Page as static.

  13. Update the permalink structure to anything other than the default Plain option.

  14. Start working!

Last updated