hyper/website/README.md
2017-01-28 00:45:42 -02:00

10 lines
575 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 repository's directory: `cd hyper-website`
4. Install dependencies: `npm install`
6. Run [serve](https://github.com/zeit/serve): `npm start`