hyper/website
Angristan 4d8d56bfc5 Remove 32 bits column (#2639)
* Don't hide 3rd column on mobile

* Remove 32 bits column
2018-01-24 20:01:31 +00:00
..
static Fixed minor JS error, optimized website assets (#2357) 2017-10-13 12:37:19 -07:00
favicon.png Fixed minor JS error, optimized website assets (#2357) 2017-10-13 12:37:19 -07:00
index.html Remove 32 bits column (#2639) 2018-01-24 20:01:31 +00:00
package-lock.json Fixed download links on website (#2099) 2017-08-19 18:12:25 +02:00
package.json Fixed download links on website (#2099) 2017-08-19 18:12:25 +02:00
readme.md Lowercased readme and removed useless files 2017-08-19 17:42:33 +02:00
style.css Remove 32 bits column (#2639) 2018-01-24 20:01:31 +00:00
updates.json Add hyper-website code 2017-01-28 00:45:42 -02:00

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