WordPress plugin for W.I.S.V. 'Christiaan Huygens', carefully crafted by the W3Cie.
- Install WordPress
- Clone this repository inside
wp-content/plugins
- Install dependencies of this repo via
bower install
- Log into WordPress, go to
Plugins > Installed Plugins
and activateWISVCH WordPress Enhancements
. - Set the following PHP environment variables:
DIENST2_API_URL
andDIENST2_API_TOKEN
. - Start coding!
To fully enjoy this plugin, install the accompanying WordPress theme.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request