mirror of
https://github.com/devedse/lancache-ui-service.git
synced 2026-04-05 00:53:52 -04:00
1b4c7136d791871b2e47c584d1d9baa70343b818
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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
86.6%
TypeScript
12.1%
Dockerfile
1.3%