https://github.com/panda3d/panda3d-web
https://github.com/panda3d/panda3d-web
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/panda3d/panda3d-web
- Owner: panda3d
- License: gpl-2.0
- Created: 2019-02-25T17:01:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:48:46.000Z (7 months ago)
- Last Synced: 2024-11-21T17:40:25.203Z (7 months ago)
- Language: PHP
- Size: 24.4 MB
- Stars: 9
- Watchers: 6
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panda3D - WordPress Theme
===This custom WordPress theme is built for the Panda3D Game Engine. See it in action on [panda3d.org](https://panda3d.org).
Local Environment Setup
---------------1. 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.
2. Run `npm install` to install required packages for local development.
3. Download the FontAwesome icon set and place it in `assets/js/vendor/fontawesome` (See [FontAwesome Instructions](assets/js/vendor/fontawesome/README.md)).
4. Use `npm run` to compile SASS/JS and boot up gulp.
5. You're ready to go!Running a Local Environment
---------------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.