Skip to content

Files

Latest commit

09dc38a · Jan 13, 2018

History

History
This branch is 3027 commits behind vercel/hyper:canary.

website

Hyper.app's site

This is the static site that shows up when you access hyper.is. It's hosted on now and served using serve.

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Move into the website's directory: cd hyper/website
  3. Install dependencies: npm install
  4. Run serve: npm start