An open API service indexing awesome lists of open source software.

https://github.com/authzed/design


https://github.com/authzed/design

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# AuthZed Design

A monorepo housing AuthZed's self-serve design tools and resources.

## Overview

This repository serves as the central hub for AuthZed's design infrastructure, containing tools and applications that empower teams to build consistent, high-quality user experiences.

## Projects

### [Sandworm](./sandworm)
Design system documentation and component library.
- Component showcase
- Design guidelines
- Brand assets

_More projects coming soon_

## Getting Started

Each project within this monorepo is self-contained with its own documentation and setup instructions. Navigate to the project directory you're interested in and follow the project-specific README.

## Structure

```
design/
├── sandworm/ # Design system documentation
└── [future-tools]/ # Additional design tools
```

## Contributing

1. Clone the repository
```bash
git clone https://github.com/authzed/design.git
```

2. Navigate to the project you want to work on
```bash
cd design/
```

3. Follow the project-specific setup instructions in its README

## Development

- Each project maintains its own development workflow
- Follow the coding and contribution guidelines specific to each project
- Ensure changes are compatible with the project's supported environments

## Support

For questions or issues:
- Open a GitHub issue
- Join our [Discord community](https://authzed.com/discord)

## License

See [LICENSE](./LICENSE) for details.