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

https://github.com/botpress/documentation-examples


https://github.com/botpress/documentation-examples

Last synced: about 1 year ago
JSON representation

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
```