https://github.com/gpustack/gpustack-ui
https://github.com/gpustack/gpustack-ui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gpustack/gpustack-ui
- Owner: gpustack
- License: apache-2.0
- Created: 2024-05-14T01:36:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T05:19:06.000Z (2 months ago)
- Last Synced: 2025-05-06T06:28:05.237Z (2 months ago)
- Language: TypeScript
- Size: 9.39 MB
- Stars: 31
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPUStack UI
UI for [GPUStack](https://github.com/gpustack/gpustack).
## Installation
1. [Nodejs](https://nodejs.org/en) 16.0+(with NPM)
If you're on Mac
```
brew install node
```2. [pnpm](https://pnpm.io/installation#using-npm)
```
npm install -g pnpm
```3. Setup
```
git clone https://github.com/gpustack/gpustack-ui/
```4. Install dependencies
```
cd gpustack-ui
pnpm install
```## Usage
1. Run development server (at http://localhost:9000)
```
npm run dev
```2. build release
```
npm run build
```## Bugs & Issues
- Please submit [bugs and issues](https://github.com/gpustack/gpustack/issues) with a label `ui`
## Links
- Official website: https://gpustack.ai/
- Documents: https://docs.gpustack.ai/latest/overview/