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

https://github.com/break-stuff/kickstand-ui-docs-beta

Documentation site for the beta release of Kickstand UI (beta.kickstand-ui.com)
https://github.com/break-stuff/kickstand-ui-docs-beta

Last synced: about 1 year ago
JSON representation

Documentation site for the beta release of Kickstand UI (beta.kickstand-ui.com)

Awesome Lists containing this project

README

          

# Getting Started

The official documentation for the _beta_ release of [Kickstand UI](https://beta.kickstand-ui.com/).

## Install Dependencies

```bash
npm install
```

## Run the Docs

```bash
npm run dev
```

## Deploy the Docs

```bash
npm run deploy
```