theme: add theme builder app

This commit is contained in:
ammarahm-ed
2023-08-08 10:55:10 +05:00
committed by Abdullah Atta
parent ed6d125391
commit 380bfba776
21 changed files with 51817 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
"build:test:web": "nx build:test @notesnook/web",
"build:beta:web": "nx build:beta @notesnook/web",
"start:web": "nx start @notesnook/web",
"start:theme-builder": "nx start @notesnook/theme-builder",
"build:theme-builder": "nx build @notesnook/theme-builder",
"start:vericrypt": "nx start @notesnook/vericrypt",
"start:desktop": "nx start @notesnook/desktop",
"test:web": "nx test @notesnook/web",