You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# Vibe Dashboard
2
+
2
3
A modern frontend dashboard for displaying different metrics using bar charts. Built with React 19, TypeScript, Vite 7, and organized as a pnpm monorepo.
3
4
4
5
**ALWAYS follow these instructions first. Only fallback to additional search and context gathering if the information provided here is incomplete or found to be in error.**
5
6
6
7
## Working Effectively
7
8
8
9
### Prerequisites and Installation
10
+
9
11
- Install Node.js v20 or higher (verified working with v20.19.4)
Copy file name to clipboardExpand all lines: apps/dashboard/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,14 @@ Currently, two official plugins are available:
14
14
This project uses [oxlint](https://oxc.rs) for linting, which provides significantly faster performance than ESLint while maintaining compatibility with most ESLint rules.
15
15
16
16
The configuration is in `.oxlintrc.json` and includes:
17
+
17
18
- TypeScript plugin for TypeScript-specific rules
18
19
- React plugin for React best practices
19
20
- Unicorn plugin for additional code quality rules
20
21
- OXC plugin for unique optimization rules
21
22
22
23
To run linting:
24
+
23
25
```bash
24
26
pnpm lint
25
27
```
@@ -29,4 +31,3 @@ To customize the configuration, edit `.oxlintrc.json`. Oxlint supports most ESLi
29
31
## Rolldown Stats Integration
30
32
31
33
This dashboard displays build statistics from different rolldown versions, automatically updated via CI when changes are made to the dashboard code.
0 commit comments