Skip to content

omnidotdev/sigil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdf6d6c · Mar 16, 2025

History

81 Commits
Mar 16, 2025
Feb 14, 2025
Aug 12, 2024
Mar 6, 2025
Feb 10, 2024
Oct 30, 2023
Mar 16, 2025
Jun 27, 2024
Oct 30, 2023
Oct 30, 2023
Jun 27, 2024
Aug 12, 2024
Oct 30, 2023
Oct 30, 2023
Jun 27, 2024
Oct 30, 2023
Oct 30, 2023
Mar 16, 2025
Oct 30, 2023
Oct 30, 2023
Jun 27, 2024
Mar 6, 2025
Jan 9, 2024
Oct 30, 2023
Jun 24, 2024
Mar 16, 2025
Oct 25, 2024
Jan 19, 2024
Oct 30, 2023
Jun 19, 2024
Jan 16, 2025
Jun 24, 2024

Repository files navigation

Omni Sigil Design System & UI Kit

Warning

This project is in early development. Use at your own risk, and expect turbulence in the codebase.

Universal design system and component library for Omni, powered by Panda and Ark.

Quick Start

Follow the prerequisities to install Panda in your project, then follow the package install instructions.

Local Development

  1. Set up local environment variables: cp .env.local.template .env.local
  2. Install dependencies: bun i
  3. Start development stack: bun dev

If you'd like to develop outside of Storybook, as in a dedicated app, follow the prerequisities, then follow the local usage instructions.

Component Generation

To generate a new component, run bun generate and follow the prompts. This will create a new component file, story, and recipe in the appropriate directories.

This generator is powered by Turbo's generate subcommand.

License

The code in this repository is licensed under MIT, © Brian Cooper and Omni LLC. See LICENSE.md for more information.