Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 469 Bytes

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