https://github.com/exddc/snooplog
Dive deep and elevate your log-viewing experience. SnoopLog is your cheeky sidekick, taking your debugging game higher—no more log-hunting headaches, just smooth cruising through your logs.
https://github.com/exddc/snooplog
Last synced: 12 months ago
JSON representation
Dive deep and elevate your log-viewing experience. SnoopLog is your cheeky sidekick, taking your debugging game higher—no more log-hunting headaches, just smooth cruising through your logs.
- Host: GitHub
- URL: https://github.com/exddc/snooplog
- Owner: exddc
- License: mit
- Created: 2025-05-15T18:08:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T14:23:10.000Z (about 1 year ago)
- Last Synced: 2025-06-20T14:14:09.237Z (about 1 year ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnoopLog
Dive deep and elevate your log-viewing experience. SnoopLog is your cheeky sidekick, taking your debugging game higher—no more log-hunting headaches, just smooth cruising through your logs.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.