This is the source code behind pdxcocoaheads.com.
If you'd like to add features, fix typos on the site or implement one of our issues; Pull requests are welcome! Read on for how to get the project set up to build locally.
The site is built using Vapor, head there for documentation on how to do things within the framework.
If you have the Vapor Toolbox installed, run vapor build
and vapor run
.
Otherwise, run swift build
to compile the application, then run .build/debug/App
.
Once the app is running open a browser and head to http://localhost:8080!
If you want to use Xcode you'll need to create and maintain your own Xcode Project file (it is in the .gitignore). Vapor Toolbox has a handy command to generate one for you: vapor xcode
. Once you've done that, you can open the project in Xcode and choose the "App" target and build/run/debug from Xcode.
Open a browser and head to http://localhost:8080!