-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c47ff4d
commit 584841b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# KernelCI Dashboard | ||
The goal of this project is to create a new KernelCI Web Dashboard to replace | ||
the existing one available at https://linux.kernelci.org/. | ||
The new KernelCI Web Dashboard is a web application created to provide access | ||
to static checks, build logs, boot logs and test results related to the Linux kernel | ||
CI system. All that data will be provided by kcidb system from Linux | ||
Foundation. | ||
|
||
# Repository | ||
What we have as a repository is a monorepo containing the *dashboard* (the web application) and a *backend*. | ||
|
||
### Dashboard | ||
A web app built with [React](https://react.dev/) + [Typescript](https://www.typescriptlang.org/), to see more information check the dashboard [README](dashboard/README.md). | ||
|
||
### Backend | ||
A Python http server built with [Django](https://www.djangoproject.com/) + [DRF](https://www.django-rest-framework.org/), to see more information check the backend [README](/backend/README.md). |