This is the code that powers https://fixubuntu.com/.
Copyright 2013-2015 Micah Lee, and licensed under AGPLv3. See LICENSE for more info.
- Install Node.js
- Install Grunt:
npm install -g grunt-cli - Install the Node.js dependencies:
cd fixubuntu && npm install - Run
grunt buildto build the static site,grunt devorgrunt serverto build and watch for changeshttp://localhost:4000