Portfolio Template built by a team of 5 RIT students. Kara Williams, Kaleigh Yang, Changbai Li, Jurian Hoff, Marco Fragale.
I'm currently in the process of converting this into a WordPress Theme, or use WordPress as backend for this.
src/sass
src/htdocs
build
folder and put it at your root directoryThe template now uses a collection of tools, tasks, and workflows to make development easier and code quality higher.
Technologies include:
If you've never used Node or npm before, you'll need to install Node. If you use homebrew, do:
brew install node
Otherwise, you can download and install from here.
Afterwards, update npm with:
npm install npm -g
Gulp must be installed globally in order to use the command line tools. You may need to use sudo
npm install -g gulp
Alternatively, you can run the version of gulp installed local to the project instead with
./node_modules/.bin/gulp
npm install
This runs through all dependencies listed in package.json
and downloads them
to a node_modules
folder in your project directory.
gulp
gulp production
.gulp iconFont
.Issues we ran in when working the flow on other machines, especially IGM lab machines:
(╯°□°)╯︵ ┻━┻)
All paths and plugin settings have been abstracted into a centralized config object in gulp/config.js
. Adapt the paths and settings to the structure and needs of your project.