An open API service indexing awesome lists of open source software.

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

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
```