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