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)
- Host: GitHub
- URL: https://github.com/break-stuff/kickstand-ui-docs-beta
- Owner: break-stuff
- License: mit
- Created: 2020-11-05T00:27:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T12:36:43.000Z (over 5 years ago)
- Last Synced: 2025-02-09T12:17:58.629Z (over 1 year ago)
- Language: Shell
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```