A simple Grafana Loki viewer for easily viewing and querying your Loki logs.
To install the project dependencies, run one of the following commands depending on your preferred package manager:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
This version of the Grafana Loki viewer is designed for use in a development environment.
To start the development server, run the following command, and visit http://localhost:3000
in your browser:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev