Skip to content

spencerbygraves/design.ubuntu.com

 
 

Repository files navigation

design.ubuntu.com

The codebase for http://design.ubuntu.com.

Local development

The simplest way to run the site locally is to first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8011 in your browser.

Building CSS

For working on Sass files, you may want to dynamically watch for changes to rebuild the CSS whenever something changes.

To setup the watcher, open a new terminal window and run:

./run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • Shell 34.1%
  • CSS 8.9%
  • Ruby 3.9%
  • JavaScript 1.9%
  • Dockerfile 0.7%