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.
|
|
2 years ago | |
|---|---|---|
| .husky | 2 years ago | |
| config | 2 years ago | |
| mock | 2 years ago | |
| src | 2 years ago | |
| .env | 2 years ago | |
| .eslintrc.js | 2 years ago | |
| .gitignore | 2 years ago | |
| .lintstagedrc | 2 years ago | |
| .npmrc | 2 years ago | |
| .prettierignore | 2 years ago | |
| .prettierrc.js | 2 years ago | |
| .stylelintrc.js | 2 years ago | |
| README.md | 2 years ago | |
| overrides.less | 2 years ago | |
| package.json | 2 years ago | |
| plugin.ts | 2 years ago | |
| pnpm-lock.yaml | 2 years ago | |
| tsconfig.json | 2 years ago | |
| typings.d.ts | 2 years ago | |
README.md
Installation
- Nodejs 16.0+(with NPM)
If you're on Mac
brew install node
npm install -g pnpm
- Setup
git clone https://github.com/seal-io/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