tralves / tus.io

The tus.io website

Home Page:https://tus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Join the community

tus.io

The tus.io website.

Work on the website locally

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 git@github.com:tus/tus.io.git
yarn
npm run inject:protocol
npm run inject:community
npm start

Deployment

Done via Travis on pushes to master.

How to add your company/project logo to the site

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.

About

The tus.io website

https://tus.io


Languages

Language:HTML 61.3%Language:CSS 18.6%Language:JavaScript 14.5%Language:Shell 3.9%Language:Makefile 1.7%