mirror of
https://github.com/lancache-ui/lancache-ui-service.git
synced 2026-03-31 06:24:10 -04:00
main
lancache-ui-service
Backend service for lancache-ui frontend. Implements log monitor, GQL, and DB caching
Install dependencies
# Installing NodeJS via Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
# Installing NodeJS
nvm install v18.12.1
# Install PNPM
curl -fsSL https://get.pnpm.io/install.sh | sh -
# Install project dependencies
pnpm install
Configure
Rename .env.example to .env, and point logFileLocation to point to your Lancache's access.log
Start service
pnpm start
Languages
JavaScript
87.5%
TypeScript
12.5%