This project is a Nuxt 3 application for serving documentation for various tools in the gptscript ecosystem.
To get started locally, follow these steps:
- Clone this repository:
git clone https://github.com/gptscript-ai/tools-site.git
- Create a .env file in the root of your project and add your GitHub token:
GITHUB_TOKEN=your_github_token
- Start the development environment:
yarn up