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

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

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
```