https://github.com/brunnolou/theme-ui-kit
Theme UI + Reakit + Docz Implementation test
https://github.com/brunnolou/theme-ui-kit
docz reakit theme-ui typescript
Last synced: 10 months ago
JSON representation
Theme UI + Reakit + Docz Implementation test
- Host: GitHub
- URL: https://github.com/brunnolou/theme-ui-kit
- Owner: brunnolou
- Created: 2020-01-28T14:55:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T08:45:11.000Z (about 1 year ago)
- Last Synced: 2025-06-04T07:23:54.771Z (about 1 year ago)
- Topics: docz, reakit, theme-ui, typescript
- Language: TypeScript
- Size: 1.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Theme UI + Reakit + Docz + Typescript example
## Using `create-docz-app`
```sh
npx create-docz-app docz-app-typescript --example typescript
# or
yarn create docz-app docz-app-typescript --example typescript
```
## Setup
```sh
yarn # npm i
```
## Run
```sh
yarn dev # npm run dev
```