Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artiphishle/ankh-ui
Ankhorage UI
https://github.com/artiphishle/ankh-ui
Last synced: 2 months ago
JSON representation
Ankhorage UI
- Host: GitHub
- URL: https://github.com/artiphishle/ankh-ui
- Owner: artiphishle
- License: mit
- Created: 2024-07-12T15:31:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:00:07.000Z (4 months ago)
- Last Synced: 2024-09-13T13:38:19.013Z (4 months ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ankhorage UI
React.js UI library
## Quickstart
### Ankhorage CMS
This will setup a Next.js app with generated pages (from a config file) and `ankh-ui` is the used UI framework.
```bash
pnpm dlx ankh-cms@latest
```### Storybook
You could also just clone this repository and start the storybook to see the components in action.
```bash
pnpm run sb
```