FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ccusage/docs/justfile at main · ccusage/ccusage · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ccusage
/
ccusage
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
813
Star
18.2k
Code
Issues
30
Pull requests
16
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
ccusage
/
docs
/
justfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 591 Bytes
Breadcrumbs
ccusage
/
docs
/
justfile
Copy path
File metadata and controls
22 lines (17 loc) · 591 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Recipes for the VitePress documentation site. Run from the repo root as
# `just docs::<recipe>`, or from this directory as `just <recipe>`.
[
private
]
default
:
@
just --list
# Build the site (the pnpm script copies the schema into public/ before VitePress)
build
:
pnpm run build
# Start the dev server (the pnpm script copies the schema into public/ first)
dev
:
pnpm run dev
# Type-check the site through the root oxlint type-aware checker.
typecheck
:
just --
justfile
..
/
justfile
typecheck
# Preview the production build locally
preview
:
pnpm exec vitepress preview
Back
|
FazBrowse Home
|
New Git URL