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

https://github.com/tangledup-ai/stepfun-vector-stores-admin

阶跃星辰知识库管理系统
https://github.com/tangledup-ai/stepfun-vector-stores-admin

axios lucide-icons radix-ui react shadcn-ui stepfun tailwindcss tanstack vector-stores vite zod zustand

Last synced: 5 months ago
JSON representation

阶跃星辰知识库管理系统

Awesome Lists containing this project

README

          

# 阶跃星辰知识库管理系统

[![Test](https://github.com/tangledup-ai/stepfun-vector-stores-admin/actions/workflows/test.yml/badge.svg)](https://github.com/tangledup-ai/stepfun-vector-stores-admin/actions/workflows/test.yml)

This project is built on [Shadcn Admin Dashboard](https://github.com/satnaing/shadcn-admin)

![alt text](public/images/Xnip2025-08-22_22-33-10.png)

## Run Locally

Copy `.env.example` to `.env` for usage, and configure your secrets.

```bash
cp .env.example .env
```

Install dependencies & Build

```bash
pnpm install
```

```bash
pnpm build
```

Start the server

```bash
pnpm preview
```

## Credits

- [@satnaing](https://github.com/satnaing)

## License

Licensed under the [MIT License](https://choosealicense.com/licenses/mit/)