mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
10 lines
572 B
Markdown
10 lines
572 B
Markdown
# Hyper.app's site
|
|
|
|
This is the static site that shows up when you access [hyper.is](https://hyper.is). It's hosted on [now](https://zeit.co/now/) and served using [serve](https://github.com/zeit/serve).
|
|
|
|
## Contribute
|
|
|
|
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
|
|
3. Move into the website's directory: `cd hyper/website`
|
|
4. Install dependencies: `npm install`
|
|
6. Run [serve](https://github.com/zeit/serve): `npm start`
|