# PiwigoDirectorySync This application synchronizes the local directory structure with piwigo servers. Each directory level gets created as album or sub album in piwigo. ## Building / tooling ### Restoring dotnet tools In the root path you may just run the command ``dotnet tool restore`` to install all dotnet tools and extensions used in this project. ### Docker Build the application and docker image for hosting using docker. TODO: add some docker build details ### Publish Build the application for manual installation using publish. TODO: add some publish details