https://github.com/botpress/documentation-examples
https://github.com/botpress/documentation-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/botpress/documentation-examples
- Owner: botpress
- Created: 2024-04-26T17:36:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:17:00.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:13:02.891Z (about 2 years ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation Examples
This repository contains all the examples used in the documentation of the [Botpress Documentation](https://botpress.com/docs)
## How to use
The folder examples are organized by a folder for each examples. They all can be ran by doing the following commands in the example folder:
```bash
pnpm install
pnpm start
```