This project use Docker to containerize the app, after clone the repository please install the necessary dependencies to run the application on Docker.
docker build -t vue-quiz-app .docker run -dp 127.0.0.1:5173:5173 vue-quiz-apppnpm installpnpm devpnpm buildpnpm preview