Skip to content

viterbit/viterbit-challenge-skeleton

Repository files navigation

Viterbit Challenge

Welcome to Viterbit challenge's skeleton project!

Getting Started

  1. If not already done, install Docker Compose
  2. Run docker-compose build --pull --no-cache to build fresh images
  3. Run docker-compose up (the logs will be displayed in the current shell)
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker-compose down --remove-orphans to stop the Docker containers.

?. You can use make to see all available helpers