The official website for the CODE Pop 2025.
Navigate to the root project folder and execute the following commands:
- Create the images:
docker build -t code-pop-img .
- Run a container:
docker -d \
-it \
-p 5173:5173 \
--rm \
--name \
code-pop \
code-pop-img
To run the container automatically, navigate to the root project and execute the following command:
docker-compose up -d
Open a browser and navigate to
http://localhost:5173