Welcome to Anqa, the Aptos Aggregator Interface.
To start the development, use the following command:
yarn dev
This will start the interface in development mode, allowing you to make changes and see the results immediately.
To build and run the application using Docker, follow these steps:
-
Build the Docker image:
docker build -t anqa-interface:latest -f ./Dockerfile .
-
Run the Docker container:
docker run -dp 5173:80 anqa-interface
This will start the application in a Docker container, mapping port 5173 on your host to port 80 in the container.