Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.12 KB

UX Design Day

beta.uxdesignday.org

Source code for uxdesignday.org - static HTML, CSS, and a little bit of JS. Founded, designed, and predominantly built by Benjamin Humphrey with some help from Sam Tran, and Dave Strydom for the resources list.

Dependencies

Uses Coffeescript and Stylus.

Running locally with Grunt (recommended)

A Gruntfile with a 'dev' task is available for development.

Install grunt-cli (may need to use sudo)

npm install -g grunt-cli

Install the node prerequisites

npm install

Run 'grunt dev' to watch for changes in the Coffeescript and Stylus files.

grunt dev

Rebuilding JS and CSS from scratch

grunt build

Deploying

Pretty simple so far - since the site is totally static, I just push up to master and the server is on a 2 minute git pull origin master cronjob. You can see the site live at beta.uxdesignday.org.