Sources for the SwiftySites Website. Built with SwiftySites.
Just clone the repo and generate the site with swift run
.
git clone https://github.com/swiftysites/website swiftysites-website
cd swiftysites-website
swift run
Spin up a web server to publish the contents of www locally.
python -m http.server --directory www
Direct your browser to http://localhost:8000/index.html to see your local version of the site.
It is possible to develop this site together with the SwiftySites library in parallel. To do this create a new Xcode Workspace and drag both projects into it.
You'll be able to build as well as make modifications to each of the repositories.
git push publish develop:swiftysites