/logdy-ui

Supercharge terminal logs with web browser UI and low-code. It's like jq, tail, less, grep and awk merged together and available in a clean UI

Primary LanguageTypeScript

Logdy UI repository

This repository contains code of a Vue.js application that is a Web UI of logdy.dev.

Navigate to logdy-core repository for the Logdy source-code, full documentation and use cases.

Development

npm install
npm run dev

Building

npm install
npm run build

The source files will be compiled into dist folder.