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.
- Host: GitHub
- URL: https://github.com/gptscript-ai/tools-site
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-03-04T20:16:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:37:43.000Z (over 1 year ago)
- Last Synced: 2025-02-04T08:06:11.288Z (about 1 year ago)
- Topics: ai, gptscript
- Language: Vue
- Homepage: https://tools.gptscript.ai
- Size: 796 KB
- Stars: 6
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```