https://github.com/rockbenben/docs-tools-by-ai
Docs for Tools By AI
https://github.com/rockbenben/docs-tools-by-ai
Last synced: 22 days ago
JSON representation
Docs for Tools By AI
- Host: GitHub
- URL: https://github.com/rockbenben/docs-tools-by-ai
- Owner: rockbenben
- Created: 2025-04-06T15:29:35.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-04-06T15:35:44.000Z (25 days ago)
- Last Synced: 2025-04-06T16:34:01.426Z (25 days ago)
- Language: TypeScript
- Homepage: https://docs.newzone.top
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rspress Website
Docs:
## Setup
Install the dependencies:
```bash
npm install
```## Get Started
Start the dev server:
```bash
npm run dev
```Build the website for production:
```bash
npm run build
```Preview the production build locally:
```bash
npm run preview
```