Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denali-design/denali-site
Documentation and design principles for Denali UI components, icon library, and corresponding CSS framework.
https://github.com/denali-design/denali-site
denali design-principles design-system documentation
Last synced: 4 days ago
JSON representation
Documentation and design principles for Denali UI components, icon library, and corresponding CSS framework.
- Host: GitHub
- URL: https://github.com/denali-design/denali-site
- Owner: denali-design
- License: mit
- Created: 2019-07-25T01:35:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T10:45:41.000Z (over 1 year ago)
- Last Synced: 2024-12-17T18:40:59.931Z (18 days ago)
- Topics: denali, design-principles, design-system, documentation
- Language: JavaScript
- Homepage: https://denali.design/
- Size: 112 MB
- Stars: 15
- Watchers: 12
- Forks: 9
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: Code-of-Conduct.md
Awesome Lists containing this project
README
# Denali Site
[![slack](https://img.shields.io/badge/slack-Denali-3570f4.svg)](https://denali-design.slack.com/app_redirect?channel=general)
## Table of contents
- [Background](#background)
- [Development](#development)
- [Usage](#run-local-website)
- [Browser support](#browser-support)
- [Versioning](#versioning)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)---
## Background
The Denali System Language was created by the Platforms and Technology Design team at Yahoo 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](https://denali.design/).
## Development
Install node packages.
```
npm install
```
Starts Next.js in development mode
```
npm run dev
```
View developement site at [http://localhost:3000](http://localhost:3000)## Browser Support
- **Chrome** on Android, Windows, macOS, and Linux
- **Firefox** on Windows, macOS, and Linux
- **Safari** on iOS and macOS## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the tags on this [repository](https://github.com/denali-design/denali-site).## Maintainers
- [**Chas Turansky**](https://github.com/chasturansky)
- [**Jon Kilroy**](https://github.com/jkusa)
- [**Anusha Ganti**](https://github.com/anusha-66)## 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](CONTRIBUTE.md).## License
Code licensed under the MIT license. See [LICENSE file](LICENESE.md) for terms.