https://github.com/developer239/llama.cpp-ts-server-ui
https://github.com/developer239/llama.cpp-ts-server-ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer239/llama.cpp-ts-server-ui
- Owner: developer239
- Created: 2024-07-28T11:58:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-27T00:00:49.000Z (over 1 year ago)
- Last Synced: 2025-01-04T21:33:04.446Z (about 1 year ago)
- Language: TypeScript
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llama.cpp-ts Server & UI
## Development
This project uses Turborepo for build system management. You can find more information by [reading the Turborepo documentation](https://turborepo.org/docs).
### Setting up
- Run `yarn install` to install dependencies. This project uses Yarn workspaces to manage dependencies across all apps and packages.
- Run `yarn prepare:husky` to set up Git hooks.
- Run `yarn build` to build all packages and service (remember that packages are static and required to run the app services)
- Run `yarn dev` to start all services in development mode
### Common Commands
- `yarn build` - Builds all services.
- `yarn lint` - Lints the codebase using ESLint.
- `yarn format` - Formats code using Prettier.