Contained in this project are the main templates created and maintained by Purdue Marketing and Media (PMM).
PMM is open to any suggestions. If you wish to make a suggestion, feel free to open an issue or email us at [email protected] to let us know.
If you wish to contribute to development, please open an issue or email us at [email protected] to let us know what you intend to change.
Feel free to fork this repository and make any changes. Once you have completed your changes, make a pull request so that we can consider merging them.
Please keep in mind that PMM is under no obligation to accept pull requests.
If you are only wanting to download the final production files, simply download the master branch. Once the download has completed, your desired files can be found in the production folder.
To contribute to the templates, fork this project and link your local repo to the copy.
To only use this project as a base for your own, simply clone this repo into your own local repo.
This project was setup to use Gulp.js, which runs on Node.js, for workflow management. If you wish contribute to the project, please use these tools. Otherwise, feel free to use any tools you desire.
-
Install Node.js
-
Once Node.js is installed, install Gulp.js globally by entering the following into your command console:
npm install -g gulp
-
After Gulp.js has been installed globally, you'll need to locally install the project dependencies. Navigate to your repo's base folder in the command console and enter:
npm install
##Development The following instructions only apply to those using Gulp.js for workflow management.