add privacy documentation

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-17 04:23:34 +03:00
parent 6f7263dd84
commit 3398324664
7 changed files with 110 additions and 1 deletions

7
app/Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
npm run build
format:
npm run format
.PHONY: format