The tus.io website.
This uses Lanyon under the hood.
Docker and Node 8+ are a requirement for local website development.
To work on the site locally, type:
type wget || sudo apt-get install wget || brew install wget
cd ~/code
git clone [email protected]:tus/tus.io.git
yarn
npm run inject:protocol
npm run inject:community
npm start
Done via Travis on pushes to master.
Just edit logos.yml directly and
save - this will send us a PR. We will download and include the externally linked logo ourselves
later on via make download-logos && make optimize-logos
.