The microsite for the music video "True", by Brightly.
🚨 Note: It's been a long time since this project was built, and the underlying technologies have changed. A lot. With the goal of keeping the spirit of this project alive, I've created a modern version, mostly by patching and noodling my way through already minified code. As a result, True works on modern devices, like mobile, but this repo is no longer reflective of the underlying code. You can find the Frankenstein's monster that is currently deployed here.
- Run
npm install
(You'll need Node JS installed) - Run
bower install
(If you don't have it, runnpm install bower -g
) - Make sure you've got
grunt
(Install withnpm install grunt-cli -g
) - If you get a
compass
error, rungem install compass
To serve locally, run grunt server
.
To deploy to Rackspace, move example.rackspace.json
to rackspace.json
and update your credentials.
- Make sure you've got gulp, using
npm install gulp -g
- Run
gulp deploy
to deploy the site without media - Run
gulp deploy-all
to deploy the site with media