- Welcome new member.
- Answer how get resourced for someone new to swift
- Get an API Token from Slack and paste it into
main.swift
- Navigate to the project directory in terminal and run
swift build
- Run the project by running the following command in terminal
.build/debug/release
- Navigate to the project directory in terminal and run
swift package generate-xcodeproj
- Open up your newly created XCode project and make sure you build the project once to get rid of any warnings.