The official website of Alievs Space MMC, a technology company building modern,
scalable software products. This repository contains the company website
frontend (in frontend/) and repository documentation. The backend API and the
academy app are maintained in separate repositories.
- Vite 7 + React 18 + TypeScript
- React Router 7
- Tailwind CSS v4 (design tokens via
@themeinsrc/index.css) - Lucide icons
- Hand-rolled i18n (
en/az/ru)
cd frontend
npm install
cp .env.example .env # then set VITE_API_URL
npm run devEnvironment variables:
| Variable | Description | Default |
|---|---|---|
VITE_API_URL |
Base URL of the API | http://localhost:8080/api/v1 |
VITE_BASE_PATH |
Vite base path (sub-path hosting only) |
— |
| Command | Description |
|---|---|
npm run dev |
Start the Vite dev server |
npm run build |
Type-check (tsc) and build for production |
npm run lint |
Run ESLint |
npm run preview |
Preview the production build |
.
├── frontend/ # Company website (Vite + React + Tailwind) — tracked here
│ ├── src/
│ │ ├── components/ # Layout, UI, and admin components
│ │ ├── pages/ # Public pages + admin panel (/admin/*)
│ │ ├── contexts/ # i18n, auth, content providers
│ │ └── lib/ # API client, i18n, utilities
│ └── ...
├── .github/ # CI workflow, issue/PR templates
└── README.md
The backend API (
alievsspacemmc-api) and academy app (alievsspace-academy) live in their own repositories.
Contributions follow a feature-branch + Pull Request workflow with Conventional Commits. See CONTRIBUTING.md and the Code of Conduct.
Please report vulnerabilities privately — see SECURITY.md. Do not open public issues for security problems.
Proprietary — © Alievs Space MMC. All rights reserved. See LICENSE.
We specialize in the design and development of modern software solutions — web and mobile applications, APIs and backend systems, real-time communication, and DevOps/infrastructure — combining innovation, technical expertise, and reliability.
Alievs Space MMC — Building premium digital products that scale.