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.
 
 
 
 
jialin d44f5a72d1
style: dashboard
2 years ago
.github/workflows ci: init 2 years ago
.husky init 2 years ago
config style: dashboard 2 years ago
mock init 2 years ago
public/static style: dashboard 2 years ago
scripts ci: init 2 years ago
src style: dashboard 2 years ago
.env build: output files to dir 2 years ago
.eslintrc.js build: base url 2 years ago
.gitignore init 2 years ago
.lintstagedrc init 2 years ago
.npmrc init 2 years ago
.prettierignore init 2 years ago
.prettierrc.js fix: eslint format 2 years ago
.stylelintrc.js init 2 years ago
README.md feat: custom table with row children 2 years ago
overrides.less init 2 years ago
package.json chore: playground hotkey 2 years ago
plugin.ts feat: dashboard 2 years ago
pnpm-lock.yaml chore: playground hotkey 2 years ago
tsconfig.json fix: eslint format 2 years ago
typings.d.ts feat: nodes list 2 years ago

README.md

Installation

  1. Nodejs 16.0+(with NPM)

If you're on Mac

brew install node
  1. pnpm
npm install -g pnpm
  1. Setup
git clone https://github.com/seal-io/gpustack-ui/
  1. Install dependencies
cd gpustack-ui
pnpm install

Usage

  1. Run development server (at http://localhost:9000)
npm run dev
  1. build release
npm run build