https://github.com/botui/botui-site
Main site for BotUI
https://github.com/botui/botui-site
botui main-site
Last synced: 8 months ago
JSON representation
Main site for BotUI
- Host: GitHub
- URL: https://github.com/botui/botui-site
- Owner: botui
- License: mit
- Created: 2017-07-06T13:55:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T08:20:43.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T00:23:49.127Z (about 1 year ago)
- Topics: botui, main-site
- Language: MDX
- Homepage: https://botui.org
- Size: 856 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BotUI Site
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
## Deploy
Uses fly.io.
Run (globally installed) `fly deploy` to deploy from this directory. Don't need docker locally, it's all handled by fly remotely.