Refactor project structure and dependencies; rename package to azaion-ui, update version to 0.0.1, and remove unused files. Introduce new routing and authentication features in App component.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-25 03:10:15 +02:00
parent e407308284
commit 157a33096a
112 changed files with 6530 additions and 17843 deletions
-28
View File
@@ -1,28 +0,0 @@
# Azaion Suite
Azaion Suite allows users to run detections on videos or photos for military-related objects, like
military vehicles, tanks, cars, military men, motos, planes, and masked objects.
Also it allows to do GPS marking by video / photos from GPS camera pointing downwards and start coordinates.
## Application Structure
The application now combines two parts:
- **Main Annotator App** (accessible at `/`) - The main annotation interface
- **Admin Dashboard** (accessible at `/admin`) - Administrative interface for user management and system controls
## Install
```shell
npm i -g yarn
yarn install
```
## Development
`yarn start`
The application will start on http://localhost:3000:
- Navigate to `/` for the main annotator interface
- Navigate to `/admin` for the admin dashboard (requires admin login)
## Build Production
`yarn run build`