UI for GPUStack.
- 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
- Run development server (at http://localhost:9000)
npm run dev
- build release
npm run build