add landing and subscription plans

Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 23:49:19 +01:00
parent 05f0455744
commit 6ec8855c00
79 changed files with 8839 additions and 361 deletions

View File

@@ -20,10 +20,10 @@
"docker:clean": "docker compose down -v && docker system prune -f",
"backend:dev": "cd web/backend && npm run dev",
"backend:start": "cd web/backend && npm start",
"frontend:dev": "cd web/frontend && npm run dev",
"frontend:build": "cd web/frontend && npm run build",
"frontend:preview": "cd web/frontend && npm run preview",
"install:all": "cd web/backend && npm install && cd ../frontend && npm install",
"dashboard:dev": "cd web/dashboard && npm run dev",
"dashboard:build": "cd web/dashboard && npm run build",
"dashboard:preview": "cd web/dashboard && npm run preview",
"install:all": "cd web/backend && npm install && cd ../dashboard && npm install",
"git:status": "git status",
"git:pull": "git pull",
"git:push": "git push",