Skip to content

caplater/miswiftdotcom

 
 

Repository files navigation

Michigan Swift's Website

This is the source code of MiSwift.com PRs Welcome

Community

Join us on Slack and Meetup. Slack Status

Deploy

Approved pull requests are automatically deployed.

Documentation

We're working on this.

Requirements

Swift 3.0 preview 2 is required (Xcode 8 beta 2 on macOS).

Run the following script to check if you have Swift 3.0 beta 2 properly installed and configured.

curl -sL check.qutheory.io | bash

Building

Visit Getting Started in the documentation.

Compiling

If you have the Vapor Toolbox, use vapor new <project-name> to create your new application.

Then run vapor build and vapor run.

Otherwise, clone this repo and run swift build to compile your application, then run .build/debug/App.

Xcode 8

Run vapor xcode which will create the Xcode Project and open Xcode 8.

Xcode

About

Starting point for using the Vapor framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 76.8%
  • CSS 14.3%
  • HTML 8.3%
  • Procfile 0.6%