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
阶跃星辰知识库管理系统
- Host: GitHub
- URL: https://github.com/tangledup-ai/stepfun-vector-stores-admin
- Owner: tangledup-ai
- License: mit
- Created: 2025-08-20T10:35:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T09:06:11.000Z (5 months ago)
- Last Synced: 2025-09-04T10:30:29.720Z (5 months ago)
- Topics: axios, lucide-icons, radix-ui, react, shadcn-ui, stepfun, tailwindcss, tanstack, vector-stores, vite, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 2.96 MB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 阶跃星辰知识库管理系统
[](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)

## 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/)