This is the source code of MiSwift.com
Approved pull requests are automatically deployed.
We're working on this.
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
Visit Getting Started in the documentation.
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
.
Run vapor xcode
which will create the Xcode Project and open Xcode 8.