Skip to content

Commit

Permalink
Add log-viewer-webui component with boilerplate Fastify server. (y-sc…
Browse files Browse the repository at this point in the history
…ope#442)

Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
2 people authored and Jack Luo committed Dec 4, 2024
1 parent 4ab24c4 commit 28ac70c
Show file tree
Hide file tree
Showing 11 changed files with 8,977 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/log-viewer-webui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies
node_modules
9 changes: 9 additions & 0 deletions components/log-viewer-webui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Log Viewer WebUI

A webapp that allows us to serve the [log-viewer] and integrate it with CLP's [webui].

See the [docs] for more details.

[docs]: https://docs.yscope.com/clp/main/dev-guide/components-log-viewer-webui.md
[log-viewer]: https://github.com/y-scope/yscope-log-viewer
[webui]: ../webui
2 changes: 2 additions & 0 deletions components/log-viewer-webui/server/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
HOST=localhost
PORT=3000
2 changes: 2 additions & 0 deletions components/log-viewer-webui/server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Testing
/.tap
Loading

0 comments on commit 28ac70c

Please sign in to comment.