https://github.com/chatbootai/chatbootai-docs
Chat Boot AI documentation
https://github.com/chatbootai/chatbootai-docs
Last synced: 2 months ago
JSON representation
Chat Boot AI documentation
- Host: GitHub
- URL: https://github.com/chatbootai/chatbootai-docs
- Owner: ChatBootAI
- License: apache-2.0
- Created: 2023-11-23T16:25:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:19:25.000Z (over 2 years ago)
- Last Synced: 2025-01-20T11:12:03.482Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://chatbootai.github.io/chatbootai-docs/
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatbootai-docs
Chat Boot AI documentation.
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm
```
### Local Development
```
$ npm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.