You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .github/workflows | 1 year ago | |
| .husky | 2 years ago | |
| config | 1 year ago | |
| public/static | 2 years ago | |
| scripts | 2 years ago | |
| src | 1 year ago | |
| .env | 1 year ago | |
| .eslintrc.js | 1 year ago | |
| .gitignore | 1 year ago | |
| .lintstagedrc | 2 years ago | |
| .npmrc | 2 years ago | |
| .prettierignore | 2 years ago | |
| .prettierrc.js | 2 years ago | |
| .stylelintrc.js | 1 year ago | |
| README.md | 1 year ago | |
| overrides.less | 2 years ago | |
| package.json | 1 year ago | |
| plugin.ts | 1 year ago | |
| pnpm-lock.yaml | 1 year ago | |
| tsconfig.json | 1 year ago | |
| typings.d.ts | 1 year ago | |
README.md
GPUStack UI
UI for GPUStack.
Installation
- Nodejs 16.0+(with NPM)
If you're on Mac
brew install node
npm install -g pnpm
- Setup
git clone https://github.com/gpustack/gpustack-ui/
- Install dependencies
cd gpustack-ui
pnpm install
Usage
- Run development server (at http://localhost:9000)
npm run dev
- build release
npm run build