Skip to content

AIntegrator/aintegrator-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

171 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIntegrator - Frontend

This is the marketing website for AIntegrator, built with Angular. It serves as the frontend interface for users to learn about our services, the product, and how to get in touch.

Development server

To start a local development server, run:

ng serve

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Deployment

docker build --platform=linux/amd64 -t azytaku/aintegrator-frontend:testing.0.0.1 -f Dockerfile .
docker push azytaku/aintegrator-frontend:testing.0.0.1