This is the static site that shows up when you access hyper.is. It's hosted on now and served using serve.
- Fork this repository to your own GitHub account and then clone it to your local device
- Move into the website's directory:
cd hyper/website
- Install dependencies:
npm install
- Run serve:
npm start