This custom WordPress theme is built for the Panda3D Game Engine. See it in action on panda3d.org.
- Set up a local instance of WordPress with the URL
panda3d.test
.- If you wish to use a URL other than panda3d.test, change the
projectURL
var in gulpfile.js to whatever local URL points to your WordPress installation.
- If you wish to use a URL other than panda3d.test, change the
- Run
npm install
to install required packages for local development. - Download the FontAwesome icon set and place it in
assets/js/vendor/fontawesome
(See FontAwesome Instructions). - Use
npm run
to compile SASS/JS and boot up gulp. - You're ready to go!
After you've set up your Local Environment, just use npm run
in the theme folder whenever you want to compile assets and run gulp. After a few seconds your browser should open the URL localhost:8000
, which will automatically update with SASS/JS/PHP changes upon file save.