Skip to content

Documentation and design principles for Denali UI components, icon library, and corresponding CSS framework.

License

Notifications You must be signed in to change notification settings

jazminorozco/denali-site

 
 

Repository files navigation

Denali Site

slack

Table of contents


Background

The Denali System Language was created by the Platforms and Technology Design team at Verizon Media as a scalable method for designing and developing visually consistent and functional internal products. The Denali website houses our entire component library, icon font family, and CSS framework complete with corresponding code snippets and documentation. Additionally, the site is also home to our design principles, which outline the proper implementation of our components within a product’s UI.

You can view the site at here.

Install

Prerequisites

You will need to have these tools installed to run the site. Follow the instructions on their corresponding sites to install.

  1. Ruby
  2. Jekyll
  3. Bundler
  4. GitHub-Pages for Jekyll
  5. Compass
  6. Tzinfo-data

Note: This guide assumes you have the prerequisites installed locally and will not go over instructions on how to install these.

Run Local Website

After all prerequisites are installed follow these instructions to run a local version of this repository.

Clone or download this repository.

denali-system-language/denali-styleguide.git

Use terminal or any command line tool and navigate to where you downloaded the repository.

cd user/documents/git/denali-styleguide

Run the site using this.

jekyll serve --config _config.yml,_config.dev.yml

You should be prompted with a success message and the url to use to view the site.

Browser Support

  • Chrome on Android, Windows, macOS, and Linux
  • Firefox on Windows, macOS, and Linux
  • Safari on iOS and macOS

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contribute

To start contributing to Denali, have a look at our guidelines, as well as pointers on where to start making changes, in our contributing guide.

Maintainers

License

Code licensed under the MIT license. See LICENSE file for terms.

About

Documentation and design principles for Denali UI components, icon library, and corresponding CSS framework.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.9%
  • HTML 23.6%
  • JavaScript 8.4%
  • Ruby 0.1%