mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-06-03 09:12:59 +02:00
add docs.
This commit is contained in:
7
docs/justfile
Normal file
7
docs/justfile
Normal file
@@ -0,0 +1,7 @@
|
||||
export PATH := "./node_modules/.bin:" + env_var('PATH')
|
||||
|
||||
dev:
|
||||
vitepress dev
|
||||
|
||||
build:
|
||||
vitepress build
|
||||
Reference in New Issue
Block a user