add docs.

This commit is contained in:
fiatjaf
2024-07-15 12:41:26 -03:00
parent 5c7121a3f6
commit bb8b36df80
25 changed files with 894 additions and 0 deletions

7
docs/justfile Normal file
View File

@@ -0,0 +1,7 @@
export PATH := "./node_modules/.bin:" + env_var('PATH')
dev:
vitepress dev
build:
vitepress build