Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

micahflee/fixubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix Ubuntu

devDependency Status

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 or grunt server to build and watch for changes http://localhost:4000