natura11y
Version:
Natura11y is an open-source design system for creating beautiful web interfaces with a focus on accessible interaction design and front-end development.
57 lines (33 loc) • 2.08 kB
Markdown
<img src="./naturally-logo.svg" alt="Logo for Natura11y Inclusive Framework" />
# Natura11y Inclusive Framework
Natura11y is an open-source front-end toolkit for building modern websites. It's easy to use for developers at different skill levels.
[https://gonatura11y.com](https://gonatura11y.com)
## CDNs
Natura11y Icons:
`https://cdn.jsdelivr.net/npm/natura11y-icons@v1/dist/natura11y-icons.min.css`
Natura11y Stylesheet:
`https://cdn.jsdelivr.net/gh/cavidano/natura11y@4.0/dist/css/natura11y.min.css`
Natura11y JS:
`https://cdn.jsdelivr.net/gh/cavidano/natura11y@4.0/dist/js/natura11y.min.js`
Related:
- [Repo: Natura11y Icons](https://github.com/cavidano/natura11y-icons)
- [Repo: Natura11y React Components](https://github.com/cavidano/natura11y-react)
- [Docs: Natura11y Docs](https://gonatura11y.com)
## Branch Naming Conventions
To keep our development organized and maintain a clear workflow, we use specific prefixes for our branches. This helps identify the purpose of each branch at a glance. Below is a summary of our branch naming conventions:
- **`release/`**: Prepares a new release version (e.g., `release/4.0.0-alpha`).
- **`feature/`**: Develops new features or enhancements (e.g., `feature/add-track-component`).
- **`fix/`**: Fixes bugs or minor issues (e.g., `fix/button-styling`).
- **`test/` or `experiment/`**: Tests or experiments with new ideas (e.g., `test/alpha-search-tweaks`).
- **`chore/`**: Routine tasks, maintenance, or minor updates (e.g., `chore/update-dependencies`).
### How to Contribute
When creating a new branch, please follow the naming conventions above. This helps keep our workflow clear and organized. Feel free to refer to this guide as your "cheat sheet" while working on the project!
## Thanks
<a href="https://www.browserstack.com/">
<img src="https://live.browserstack.com/images/opensource/browserstack-logo.svg" alt="BrowserStack" width="192" height="42">
</a>
Many thanks to [BrowserStack](https://www.browserstack.com/) for the ability to test Natura11y in different browsers.