Coming soon!
Using an existing local development environment (like Salty WordPress or Varying Vagrant Vagrants), you can easily contribute to the code powering wpgists.org.
- Clone this repo:
git clone --recursive git@github.com:danielbachhuber/WP-Gists.git wpgists.dev - Create a
wp-config-env.phpfile, and add your expected database credentials / auth salts /WP_SITEURLandWP_HOME - Create a database:
wp db create - Install WordPress:
wp core install --prompt - Navigate to wpgists.dev in your web browser.
Et voila!