This repo exists only to submit a patch.
This is the code that powers https://fixubuntu.com/.
Copyright 2013 Micah Lee, and licensed under AGPLv3. See LICENSE for more info.
- Install Node.js
- Install Grunt:
npm install -g grunt-cli - Install Node.js' dependencies:
cd fixubuntu && npm install - Run
gruntto generate the files - Run
grunt connectand open http://localhost:4000 in your favorite browser to check the changes
