WordPress boilerplate for 4Geeks Academy students
Use the Breathecode CLI
$ breathecode start:wordpress
Or use git
$ git clone [email protected]:4GeeksAcademy/wordpress-hello.git
$ composer install
$ bash install.sh
Check your website, you are going to see a "Hello Rigoberto" message, you can login into the dashboard with your c9 username and the password you specified.
This boilerplate comes with a sample API andpoint already, all api enpoints can be added into the setup_api.php file.
All the Post Types configuration is done in the setup_types.php file.