swift-dev-ninjas.github.io

getting started help

The vapor 3 project was set up following this tutorial on how to set up a vapor3 project.

After downloading the repository.

  1. If you don’t have vapor installed on your mac. You can install vapor by the running the following commands,
     brew tap vapor/homebrew-tap
     brew update
     brew install vapor  
    

    in the terminal.

  2. Run the following command,
     swift package update
     vapor xcode
    

    in the terminal to update the packages and open the project in xcode.