File size: 546 Bytes
eda2b55 2ddfc31 eda2b55 1982de5 a3ad991 2d5fba6 a3ad991 51efe80 1982de5 51efe80 1982de5 51efe80 1982de5 51efe80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: JVCGPT
emoji: 🤣
colorFrom: blue
colorTo: blue
sdk: docker
#sdk: static
#app_file: ./dist/index.html
pinned: false
license: mit
---
# JVCGPT
## Run with Docker
`docker build . -t jvcgpt && docker run --rm -p 7860:7860 -it --name jvcgpt jvcgpt`
Then open http://localhost:7860/ in your browser.
## Dev
- `npm run dev` - Starts a dev server at http://localhost:5173/
- `npm run build` - Builds for production, emitting to `dist/`
- `npm run preview` - Starts a server at http://localhost:4173/ to test production build locally
|