This repository contains the source code of the swiftonserver.com website.
To enable image compression, install the following tools:
brew install optipng jpegoptim
Set the required environment variables:
export SWIFTINIT_ACCOUNT="XXX"
export SWIFTINIT_API_KEY="XXX"
export SWIFTINIT_TARGET="swift-on-server.articles:main/Articles"
Run the following command to create a release build:
make dist