Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 621 Bytes

getting-started-help.md

File metadata and controls

19 lines (16 loc) · 621 Bytes

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.