hyper/website
CHaBou e57b8691f7 Doc: Add onDecorated reference and fix component hierarchy (#1711)
* Doc: Add TermGroup in component hierarchy
* Doc: Add SplitPane in component hierarchy
* Doc: Add onDecorated reference
2017-05-13 16:57:41 +02:00
..
static Add hyper-website code 2017-01-28 00:45:42 -02:00
favicon.png Add hyper-website code 2017-01-28 00:45:42 -02:00
HISTORY.md Add hyper-website code 2017-01-28 00:45:42 -02:00
index.html Doc: Add onDecorated reference and fix component hierarchy (#1711) 2017-05-13 16:57:41 +02:00
LICENSE.md Add hyper-website code 2017-01-28 00:45:42 -02:00
package.json Add hyper-website code 2017-01-28 00:45:42 -02:00
README.md Fix decorators check and documentation (#1601) 2017-03-05 18:19:28 -05: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