The vapor 3 project was set up following this tutorial on how to set up a vapor3 project.
After downloading the repository.
- If you don't have vapor installed on your mac. You can install vapor by the running the following commands,
in the terminal.
brew tap vapor/homebrew-tap brew update brew install vapor
- Run the following command,
in the terminal to update the packages and open the project in xcode.
swift package update vapor xcode