https://github.com/deeeed/universe
Cross platform design system and utilities
https://github.com/deeeed/universe
Last synced: about 1 year ago
JSON representation
Cross platform design system and utilities
- Host: GitHub
- URL: https://github.com/deeeed/universe
- Owner: deeeed
- License: mit
- Created: 2024-03-25T06:57:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:25:11.000Z (over 1 year ago)
- Last Synced: 2025-04-26T19:39:29.764Z (about 1 year ago)
- Language: TypeScript
- Size: 56.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @siteed/universe
Welcome to `@siteed/universe`, a comprehensive monorepo containing a design system and various packages for mobile and web development. This project aims to provide reusable components and utilities to streamline the development process for mobile and web applications.
[Read more about the philosophy behind this project](./PHILOSOPHY.md)
## Package Overview
Here's a quick overview of the main packages in this monorepo:
- [**@siteed/design-system**](./packages/design-system/README.md): Core design system components and utilities.
- [**@siteed/react-native-logger**](./packages/react-native-logger/README.md): A flexible logging solution for React Native applications.
- [**@siteed/publisher**](./packages/publisher/README.md): A monorepo release management tool.
- [**gitguard**](./packages/gitguard/README.md): Smart Git commit hook for maintaining consistent commit messages.
For more detailed information about each package, please refer to their individual README files linked above.
## Getting Started
To get started with `@siteed/universe`, clone the repository and install the dependencies:
```bash
git clone https://github.com/deeeed/universe.git
cd universe
yarn install
```
## Contributing
I welcome contributions to any of the packages in this monorepo. Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information on how to get started.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
---
Created by [Arthur Breton](https://siteed.net) • See more projects at [siteed.net](https://siteed.net)