mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-12 06:17:43 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
@ns/web
SolidJS web application for visualizing Nix evaluator statistics.
Development
# Start dev server
$ pnpm dev
# Type checking
$ pnpm check
# Linting
$ pnpm lint
# Production build
$ pnpm build
# Preview production build
$ pnpm preview