hyper/website/README.md

572 B

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