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

https://github.com/gptscript-ai/tools-site

Web application for hosting automated documentation of GPTScript tools across Github.
https://github.com/gptscript-ai/tools-site

ai gptscript

Last synced: 9 months ago
JSON representation

Web application for hosting automated documentation of GPTScript tools across Github.

Awesome Lists containing this project

README

          

# Tools Site

This project is a Nuxt 3 application for serving documentation for various tools in the gptscript ecosystem.

## Local development

To get started locally, follow these steps:

1. Clone this repository:

```bash
git clone https://github.com/gptscript-ai/tools-site.git
```

2. Create a .env file in the root of your project and add your GitHub token:

```bash
GITHUB_TOKEN=your_github_token
```

3. Start the development environment:

```bash
yarn up
```