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
- Fork this repository to your own GitHub account and then clone it to your local device
- Move into the repository's directory:
cd hyper-website
- Install dependencies:
npm install
- Run serve:
npm start