Skip to content

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

License

Notifications You must be signed in to change notification settings

gptscript-ai/tools-site

Repository files navigation

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:
git clone https://github.com/gptscript-ai/tools-site.git
  1. Create a .env file in the root of your project and add your GitHub token:
GITHUB_TOKEN=your_github_token
  1. Start the development environment:
yarn up