hyper/website/README.md

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`