Skip to content
Arthur edited this page Apr 30, 2024 · 1 revision

To deploy this application locally:

  • clone this repository
  • optionally populate a .env file based on the .env.template file, or set the appropriate environment variables
  • run within docker
git clone https://github.com/TheArtur128/ToDo.git
docker compose --project-directory ./ToDo up
Clone this wiki locally