feat(docs): update tech stack

This commit is contained in:
peaklabs-dev
2025-01-22 19:57:30 +01:00
parent 616076e083
commit e155f3905b

View File

@@ -2,31 +2,28 @@
## Frontend ## Frontend
- Vue.js - Livewire and Alpine.js
- Blade (PHP templating engine)
- Tailwind CSS - Tailwind CSS
- Monaco Editor (Code editor component) - Monaco Editor (Code editor component)
- XTerm.js (Terminal component) - XTerm.js (Terminal component)
- Livewire (Reactive components)
## Backend ## Backend
- Laravel (PHP Framework) - Laravel 11 (PHP Framework)
- PostgreSQL (Database) - PostgreSQL 15 (Database)
- Redis (Caching & Real-time features) - Redis 7 (Caching & Real-time features)
- WebSocket (Real-time communication) - Soketi (WebSocket Server)
## DevOps & Infrastructure ## DevOps & Infrastructure
- Docker - Docker & Docker Compose
- Docker Compose - Nginx (Web Server)
- Node.js (for some tooling) - S6 Overlay (Process Supervisor)
- Vite (Build tool) - GitHub Actions (CI/CD)
## Languages ## Languages
- PHP - PHP 8.4
- JavaScript/TypeScript - JavaScript
- HTML/CSS
- Shell/Bash scripts - Shell/Bash scripts
- YAML
- JSON